Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 694 Bytes

Tic-Tac-Toe

⭕️ 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.

How to install

To install the package as global:

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 locally:

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!