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
- Host: GitHub
- URL: https://github.com/adidoes/tic-tac-toe
- Owner: adidoes
- Created: 2018-03-07T03:10:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T04:36:53.000Z (about 8 years ago)
- Last Synced: 2025-01-11T19:31:09.505Z (over 1 year ago)
- Topics: cli, javascript, nodejs, xmlhttprequest
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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