Skip to content
#

Mazes

maze logo

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.

Here are 148 public repositories matching this topic...

"MazeRunner", a program that navigates through a given maze. The code for the Maze is written and provided in "Maze.java". The code that uses Maze and decides how to move through it is in "MazeRunner.java". For more details: https://courses.edx.org/courses/course-v1:Microsoft+DEV276x+1T2018/courseware/72c3ae7f7e2f4f54ae5d6d3cfad37409/e14fa96703…

  • Updated Mar 12, 2018
  • Java