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

https://github.com/frixaco/tictacgoe


https://github.com/frixaco/tictacgoe

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Tic Tac Toe in your terminal

TODO:

- Create room for 2 players
- Players connect with a unique room name (generated by server)
- "ttg " to join a room and start playing
- Display 3x3 grid
- Use websockets to sync moves
- A move is 3 characters: ``
- Top left is 0,0; bottom right is 2,2
- Clicking on a cell makes a move
- Detect a win
- Send a message to all clients
- Detect a draw
- Send a message to all clients
- Global room list so people can join games
- Simple website with shareable link or smth?