Awesome
#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