changhuixu / angular-maze

A maze generator and path finder in Angular

Home Page:https://changhuixu.github.io/angular-maze/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze Generator and Solver in TypeScript

Buy Me a Coffee at ko-fi.com

Maze is generated using hunt-and-kill algorithm.

Path finding is based on depth-first search algorithm.

Drawing is based on HTML canvas.

maze puzzle

License

Feel free to use the code in this repository as it is under MIT license.

Buy Me a Coffee at ko-fi.com

About

A maze generator and path finder in Angular

https://changhuixu.github.io/angular-maze/

License:MIT License


Languages

Language:TypeScript 83.5%Language:HTML 10.9%Language:CSS 5.6%