/tocknode

The tock game, nodejs style

Primary LanguageJavaScript

Tock server

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

Running Locally

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.

Running on docker

$ docker run -p 127.0.0.1:5000:5000/tcp smigniot/tocknode:v1.0.1