Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 638 Bytes

MazeGenerator

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.

Requirements:

Requires installation of the P5 Complete Library

Usage:

  • Run index.html
    • Main game code is located in mazeGenerator.js

Goals:

  • 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