A tock server in nodejs, using Express 4.
- Allow multiple games, and a replay mode
- Name a player Yoshi to make it a computer opponent
Make sure you have Node.js and the Heroku CLI installed.
$ cd tocknode
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ docker run -p 127.0.0.1:5000:5000/tcp smigniot/tocknode:v1.0.1