thomax / kaboom-poc

A simple Kaboom.js dev environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaboom-poc

Kaboom Proof of Concept. A simple Kaboom.js dev environment. Kaboom v2000, that is.

Getting started

  • npm install
  • npm run dev - This will watch for changes in the src/ folder, rebuild src/game.js --> public/game-build.js and restart the express server
  • Point your browser to http://localhost:3000 to test the game.
  • Edit src/game.js and have fun!

Sprites are located in public/sprites/.

About

A simple Kaboom.js dev environment

License:The Unlicense


Languages

Language:JavaScript 93.1%Language:HTML 6.9%