Advanced maze generator written in Kotlin
-
Updated
May 4, 2019 - Kotlin
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
Advanced maze generator written in Kotlin
A Kotlin project to find a path in a Maze using several search algorithms including A*, IDS, and BFS.
A library for the JVM for maze algorithms
Educational project: maze solver
A Kotlin project to find a path in a Maze using several search algorithms including A*, IDS, and BFS.
Maze generators, solvers and printers in console app
A graph theory and Maze library for kotlin JVM
Maze Generator is a JavaFX application that can generate rectangular mazes of any size and solve them.
A maze generator and solver with backtracking