https://github.com/walid-git/java-maze-game
A java maze game that uses prim's algorithm to generate random mazes of any dimension, with the ability to solve them using dijksta.
https://github.com/walid-git/java-maze-game
Last synced: over 1 year ago
JSON representation
A java maze game that uses prim's algorithm to generate random mazes of any dimension, with the ability to solve them using dijksta.
- Host: GitHub
- URL: https://github.com/walid-git/java-maze-game
- Owner: walid-git
- Created: 2020-04-21T00:08:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T00:13:31.000Z (about 6 years ago)
- Last Synced: 2025-01-20T18:47:23.948Z (over 1 year ago)
- Language: Java
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Maze-game
A java maze game that uses prim's algorithm to generate random mazes of any dimension, with the ability to solve them using dijkstra.