Skip to content

Files

Latest commit

author
Dave Lucia
Aug 13, 2016
f4a72e0 · Aug 13, 2016

History

History
14 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 329 Bytes

#Game of Tic Tac Toe

To run

npm install
npm start

Then go to http://locahost:4000

Description

Uses web sockets to connect two players. Right now it doesn't validate if more than 2 players try to join, or create any concept of a match. All game state is stored in memory inside of node