Skip to content
#

maze-solver

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 83 public repositories matching this topic...

A pretty cliche project... I know. I saw my friend building his own pathfinder and I decide to flex my own graph theory skills. In a week's time of work, I present to you AsuPathFinder, a fun-sized pathfinding / maze generating sandbox with a ton of playful features. Check it out here: https://asdera.github.io/AsuPathFinder/

  • Updated Dec 29, 2020
  • JavaScript

This is my first project using JavaScript. I used the P5.JS library to have a basic computer graphics environment, but besides that, everything was developed from scratch (including the GUI). To customize the generated webpage Boostrap was used, and to deploy the project I created a very basic flask application in Python and deployed it to Heroku.

  • Updated Mar 11, 2021
  • JavaScript