Clone of a retro classic.
To run this game locally, it must be hosted on a local server as most modern browsers block cross-origin requests. Audio is currently disabled when using FireFox, due to a memory leak within the p5 sound module.
Install and run on local server:
- Download the project.
- Download and install node.js (https://nodejs.org/en/download)
- Open a terminal/cmd and enter
npm install -g http-server
- Within the terminal/cmd, navigate to the game directory and enter
http-server
- Open a browser and navigate to
localhost:8080
- Play the game! :)