Projects

Maze

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

Self Driving Program

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

Obstacle Dodging Game

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)

https://github.com/justinh99/Obstacle-Dodging-Game.git

Coffee Meue List

I made a coffee menu list using Java. You put the information for each coffee and print out the list. I used inheritance for the coffee class.

Here's the link for the github: (You could also click the picture)

https://github.com/justinh99/Coffee-Menu.git