GitHub / aarxa / MazeGame-with-Pathfinding-Algorithms
This project is a graphical maze game implemented using Python and Tkinter. It allows users to generate random mazes. It features multiple pathfinding algorithms, including Depth-First Search (DFS), Breadth-First Search (BFS), Dijkstra's Algorithm, and the A* Algorithm
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 16.8 MB
Dependencies parsed at: Pending
Created at: 10 months ago
Updated at: 10 months ago
Pushed at: 10 months ago
Last synced at: 10 months ago
Topics: bfs-algorithm, breadth-first-search, depth-first-search, dfs-algorithm, dijkstra-algorithm, pathfinding-algorithms, python, tkinter-gui