An open API service indexing awesome lists of open source software.

https://github.com/adidoes/tic-tac-toe

multiplayer tic-tac-toe browser + cli
https://github.com/adidoes/tic-tac-toe

cli javascript nodejs xmlhttprequest

Last synced: about 1 year ago
JSON representation

multiplayer tic-tac-toe browser + cli

Awesome Lists containing this project

README

          

# Multiplayer Tic-tac-toe

[Click here for a demo video](http://recordit.co/nXC7Ss0uHb)

* `server.js` handles all client connections
* `client.html` is the web client
* `connection.js` handles the client-server connection for the web client
* `game.js` handles game events for the web client
* `board.js` draws the board and handles game logic for both web and cli clients
* `client.js` is the cli client