Simple realtime multiplayer Tic-Tac-Toe game with instant messaging.
Demo: CLICK HERE
- Classic 5-in-a-row game
- Pairing randomly from the queue (every x seconds)
- Realtime IM between players in a same game
Be sure you have nodejs, npm, bower and grunt-cli pre-installed. To install all the project's dependencies, run the following commands:
cd nodejs/tictactoe/npm installnode tictactoe.js
cd html/tictactoe/npm installgrunt --url={YOUR_URL}:3000. Exgrunt --url=http://my.domain:3000
If you leave the --url parameter empty or simply run grunt, the default url http://localhost:3000 will be used.
Open html/tictactoe/index.html to start the game.
- NodeJS + Socket.IO
- EaselJS + jQuery
- Bootstrap
See LICENSE
Tweet me @nquocnghia
