Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 589 Bytes

File metadata and controls

19 lines (15 loc) · 589 Bytes

Wacky Weiner

Car based game. Collect condiments and coins while avoiding obstacles and see how far you can make it.

Instructions

  1. Download and Install Node.js
  2. Download p5.js
  3. Open command prompt and type 'npm install -g browser-sync'
  4. 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
  5. OR
    • Double click run.bat

Description

INDEX.HTML holds webpage. sketch.js holds main javascript for game.