Skip to content

A Maze Generator built with Typescript.

License

Notifications You must be signed in to change notification settings

robert-sykes/maze_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

About

This is a simple maze generator tool. The maze is generated with DFS (Depth First Search). Future Additions could include a solver, and perhaps other maze algorithm implementations. I built this for a bit of fun, you can see it live here: https://games.devari.dev/maze_generator/

Languages & Tools

HTML5

TS

Git