Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

Kuce z Bronxu Jump

Game inspired by Jakub 'Dem' Dębski series Kuce z Bronxu written in KaBoom.js.

You can play the game on my site.

Running the game

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.

Python

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.

Game structure

  • index.html - barebones html file, which loads Kaboom.js (and its plugins) from CDN and runs the game script src/game.js
  • src/game.js - script with the whole game
  • assets/ - game sprites and audio files