medemo / websocket-tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Multi Player Tic Tac Toe

This is an example of online multi player game using websocket and ReactJS

The client code is based on https://reactjs.org/tutorial/tutorial.html

Running server

cd server
npm start

Running client

cd client
npm start

About


Languages

Language:JavaScript 87.8%Language:HTML 9.1%Language:CSS 3.1%