DrsTangent/MazeGame
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Maze Game - DSA Project Objectives: 1- Make a Playable Maze Game. 2- Visualize Algorithms which are used for making Maze / Path Finding. Algorithms for Maze Generation: 1- BackTracker DFS 2- Prims Algorithm 3- Kruskal Algorithm Algorithms for Path Finding: 1- BFS 2- A* Algorithm