HaecheonLee / maze

A visualizing application for escaping a maze

Home Page:https://haecheonlee.github.io/maze/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze

To visualize how graph search algorithms escape a maze

Description

The application generates a maze by N x M size. As well, it provides some graph traversal algorithms, such as dfs, bfs, and a* search algorithm in order to display how those algorithms work.

Preview

maze preview

References

About

A visualizing application for escaping a maze

https://haecheonlee.github.io/maze/


Languages

Language:JavaScript 90.1%Language:HTML 5.2%Language:CSS 4.7%