Skip to content

Silly little game inspired by Jakub 'Dem' Dębski series "Kuce z Bronxu" written in KaBoom.js

License

Notifications You must be signed in to change notification settings

golebiewsky/kuce-z-bronxu-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Silly little game inspired by Jakub 'Dem' Dębski series "Kuce z Bronxu" written in KaBoom.js

Topics

Resources

License

Stars

Watchers

Forks