Play the game, read the docs and start editing!
- Using nodejs and npm
- Run the
npm install
to install dependencies - Run the
npm run dev
to run the development server to test out changes- Webpack will build the typescript into javascript
- Webpack dev server will host the script in a little server on http://localhost:9000/
- Run
npm run build:dev
to produce javascript bundles for debugging in thedist/
folder - Run
npm run build:prod
to produce javascript bundles for production (minified) in thedist/
folder
The following key combo's can be used to help development:
Key combo | Description |
---|---|
Escape | Enter debug-mode: visualize bounding boxes and ids |
N | Only in debug-mode: finish the current level |
R | Only in debug-mode: restart the game |
- Code is based on the sample platform game of ExcaliburJS
- Tiles from: Platform Asset Pack By Cam Tatz (@CamTatz)
- Alan and Ada from: Game Art 2D