Sample Tetris clone built in Excalibur#
Play sample here
|
|
Running locally#
- Using nodejs and npm
- Run
npm installto install dependencies - Run
npm run startto run the development server to test out changes
Building bundles#
- Run
npm run startto produce javascript bundles for debugging in thedist/folder - Run
npm run buildto produce javascript bundles for production (minified) in thedist/folder