Car based game. Collect condiments and coins while avoiding obstacles and see how far you can make it.
- Download and Install Node.js
- Download p5.js
- Open command prompt and type 'npm install -g browser-sync'
- Then either
- Change directory into project folder using 'cd' command
- Type 'browser-sync start --server -f -w'
- Open chrome and type 'http://localhost:3000' into the search bar, it should open up the website
- OR
- Double click run.bat
INDEX.HTML holds webpage. sketch.js holds main javascript for game.