[READ-ONLY] Mirror of https://github.com/excaliburjs/sample-excalitris. excaliburjs.com/sample-excalitris/
0

Configure Feed

Select the types of activity you want to include in your feed.

16 6 0

Clone this repository

https://tangled.org/excaliburjs.com/sample-excalitris https://tangled.org/did:plc:q7uqhydwzpntpt3lpkem2pqc
git@tangled.org:excaliburjs.com/sample-excalitris git@tangled.org:did:plc:q7uqhydwzpntpt3lpkem2pqc

For self-hosted knots, clone URLs may differ based on your setup.



readme.md

Sample Tetris clone built in Excalibur#

Play sample here

Running locally#

  • Using nodejs and npm
  • Run npm install to install dependencies
  • Run npm run start to run the development server to test out changes

Building bundles#

  • Run npm run start to produce javascript bundles for debugging in the dist/ folder
  • Run npm run build to produce javascript bundles for production (minified) in the dist/ folder