ShaneBeee / maze-runner

Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the A* algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze Runner

Maze Runner is a console tool for generating, solving and visualizing mazes.

The randomized Kruskal's algorithm is used to generate the maze, and the A* algorithm is used to find the path from the entrance to the exit of the maze. The maze can be saved and loaded in text form.

It is written in pure Java and has a detailed javadoc.

SkMaze

This fork is reworked to include a Skript addon named SkMaze, which includes several syntaxes to use the maze algorithm in Skript.

SkMaze Docs:

SkriptHubViewTheDocs

See Wiki for more examples

About

Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the A* algorithm


Languages

Language:Java 100.0%