Game inspired by Jakub 'Dem' Dębski series Kuce z Bronxu written in KaBoom.js.
You can play the game on my site.
To run the game you will need a webserver. There is a great article on Phaser website on how to do this and why it is needed.
One of the ways to run the webserver is to use Python http.server module. Make sure you have Python installed and go to the directory with the index.html
file and type:
python -m http.server
And then open http://localhost:8000/ in the browser.
index.html
- barebones html file, which loads Kaboom.js (and its plugins) from CDN and runs the game scriptsrc/game.js
src/game.js
- script with the whole gameassets/
- game sprites and audio files