Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 617 Bytes

Reversi-play

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