Online game app is implemented to learn Meteor and D3.
Users can register in app and play with each other a classic 8x8 game of Reversi, or Othello.
Test instance is deployed at http://reversi-play.meteor.com/.
To deploy your own instance you need to do as follows:
-
install Meteor
-
clone app:
git clone https://github.com/mxwell/reversi-play.git
To run your instance you need to type the following commands:
cd reversi-play
meteor