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

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

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.