https://github.com/aaronc81/tic-tac-toe
Simple tic-tac-toe game with socket.io
https://github.com/aaronc81/tic-tac-toe
Last synced: 10 months ago
JSON representation
Simple tic-tac-toe game with socket.io
- Host: GitHub
- URL: https://github.com/aaronc81/tic-tac-toe
- Owner: AaronC81
- Created: 2018-09-13T10:46:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T10:50:32.000Z (over 7 years ago)
- Last Synced: 2025-03-06T15:17:08.864Z (10 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
This is a really simple tic-tac-toe implementation using socket.io to show
how a turn-based multiplayer game could be created.
It's pretty easy to cheat in this, because the server does very little
validation, but it works as a proof-of-concept.
## Usage
1. Install everything: `npm install`
2. Run the server: `node server.js`
3. Go to `:8000` on two different devices and play!
You need to click the `Reset everything` button after each game.