Generates a maze based on specific conditions such as frames per second and grid size Uses P5.js for all animations. Generated mazes will become playable after completion.
Requires installation of the P5 Complete Library
- Run
index.html
- Main game code is located in
mazeGenerator.js
- Main game code is located in
- Refactor code to clean it up
- Start with Cell.js and PlayMaze.js
- Add a system to save mazes
- csv file for wall locations?
- Replace P5.js requirement for more popular framework