tic-tac-toe-socketio

A realtime multiplayer tic-tac-toe game

Stars
4

Tic Tac Toe

Two player tic tac toer game using Node js and Socket.io

Prerequisites

  • Node.js >= v4
  • Yarn, a new package manager. Install with brew install yarn or npm install yarn -g

Running locally

git clone https://github.com/sumn2u/tic-tac-toe-socketio.git

yarn install installs dependencies

yarn start will run a development server with the component's demo app at http://localhost:3000

Screenshots