npm install
-
Clone or download this repo
-
Install the dependencies
- Create an amazing game !
npm start
This will launch a Webserver on http://localhost:8080 and watch for changes
The main game script is :
/src/app.ts
The main Scene (used for the demo) is :
/src/scripts/scenes/MainScene.ts