Projects

Coin Game Screnshot

This is a simple game coded in Javascript using the p5play physics library. The player controls the blue circle while the red circle chases the user. The user is able to collect powerups which will temporarily freeze the enemy when the user presses the space bar. This game can be played by cloning the github repository or directly from the web with the p5js link.

Maze Solver Screenshot

This is a project coded in Java that reads a text file containing a maze as well as the dimensions of the maze. A recursive backtracking algorithm then solves this maze and prints each step. The final outcome displays a dotted path with the solution to the maze, with "-" signs showing spaces that where visited but did not lead to the correct solution.