Multiplayer tetromino game inspired by Tron: Legacy that runs in a browser. Play by sharing a link.
Requires node v14.
npm install
Run the server.
npm start
This also builds the project from src/*.coffee
to lib/*.js
using the
CoffeeScript2 compiler.
Run the following in another shell to recompile files in src/
that have
changed so that you can update the client by refreshing the web browser. This
will not update server-side code.
npm run watch
Run the tests.
npm test