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
- First run:
npm install
- To rebuild
npm run build
- To rebuild whenever files change
npm run watch
- Open
game/index.html
in a browser to play
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