frank-chris / tic-tac-toe

A tic-tac-toe game built using Socket.IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe using Socket.IO

A two-player tic-tac-toe game built using Socket.IO that can be played from two different computers over the internet.

Demo

Try playing the game here

Usage

  1. Clone this repository.

git clone https://github.com/frank-chris/tic-tac-toe.git

  1. Open a terminal in the repo folder and run the following command:

npm install

  1. Next run the following command:

npm start or alternatively, run node index.js

  1. Open a browser and go to the following link:

http://localhost:8000

Requirements

  1. Node.js

  2. npm

About

A tic-tac-toe game built using Socket.IO


Languages

Language:JavaScript 81.4%Language:HTML 18.6%