I did a project that can solve the maze by finding the fastest route. It also shows you the backtracking to show you the process. I implemented this project using c++ with stack and queue.
Here's the link for the github: (You could also click the picture)
https://github.com/justinh99/Maze.git
I made a self-driving autonomous program with python. Using an ultrasonic sensor, it measures the distance with the object, and then it calculates the speed. I used it to control my pi car, and the LED shows the status of the speed.
Here's the link for the github: (You could also click the picture)
https://github.com/justinh99/self-driving-program.git
I made an obstacle-dodging game. The score gets higher as time passes, and it gets difficult. The speed of the obstacle increases, and there are additional obstacles added.
It also updates the best score!! Have fun!!
Here's the link for the github: (You could also click the picture)