An open API service indexing awesome lists of open source software.

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.

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.