Skip to content
/ amaze Public

Tremaux maze solver and recursive backtracker maze generator.

Notifications You must be signed in to change notification settings

jhirniak/amaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running minotaur

AMaze

Maze Solving

  • Recursive backtracker (so-called perfect maze creation algorithm) maze generator based on the window.innerWidth and window.innerHeight.
  • Tremaux maze solver.
  • All written in CoffeeScript because there is never enough coffee.

Running

Just open index.html.

Compiling

When in the project root folder type: coffee -m -w -c -o lib/ coffee/

and refresh index.html (CTRL+R is good to remove cached content).

Reference

Think Labyrinth describing variation of maze solvers and generators

About

Tremaux maze solver and recursive backtracker maze generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published