This is a maze-escaping game implemented in p5.js.
For all future prompts, only show me code that needs to be edited. Avoid using comments in all generated code.
Refer to the following files whenever needed:
- index.html: the html file for the project ui
- index.css: css file for index.html
- sketch.js: main javascript file that holds majority of business logic
- js/preload.js: contains only the preload() function. Loads json data, sounds, and imgs
- js/dom-events.js: contains code to interact with the html ui
- data/map-making.md: documentation on how to create levels and every cell type (indicated by a character)