Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 660 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 660 Bytes

Maze Game

As a part of my Fundamentals of Computer Science II course, I worked with a partner to make a maze game in Java that users can interact with. To make this project, we used our knowledge of Kruskal's Algorithm, Breadth-First Search, and Depth-First Search to animate the creation of the maze and the process of solving the maze. Users can also use the arrow keys to solve the maze manually, and once the maze is completed, the squares in the solved path are colored dark blue.

By instructor policy, source code can be accessed only by request.

Demo

Maze.Game.mov