Skip to content

DSA Project, MazeGame is used to show working of MazeGenerating and Path Finding Algorithms.

Notifications You must be signed in to change notification settings

DrsTangent/MazeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

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

About

DSA Project, MazeGame is used to show working of MazeGenerating and Path Finding Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages