Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.11 KB

Jump n Bump Deploy to GitHub Pages

HTML5 port of the open source DOS classic originally created by Brainchild Design

Play the game here: grahamthecoder.github.io/jump-n-bump

There's also a no-gore version which removes the blood and guts: grahamthecoder.github.io/jump-n-bump/?nogore=1 image

Development

  1. First run: npm install
  2. To rebuild npm run build
  3. To rebuild whenever files change npm run watch
  4. Open game/index.html in a browser to play

Debugging

To make the level selector work locally when running index.html, use firefox:

  • Goto about:config
  • Set privacy.file_unique_origin to false while testing to allow local CORS requests
  • Set back to true after you're done debugging for maximum privacy and security