⭕️ Online Tic-Tac-Toe game ❌
Simple two players Tic-Tac-Toe game build using NodeJS, socket.io and express, supporting parallel games and queue system.
A instance of this game is currently at http://tictactoe.scotow.com.
This package was made using NodeJS 8.X.
Install the package using npm:
npm install -g https://github.com/scotow/tic-tac-toe
Start the web server using the command:
tic-tac-toe
Install the package using npm:
git clone https://github.com/scotow/tic-tac-toe && cd tic-tac-toe
Start the web server using the command:
npm start
Enjoy playing!