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

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

Tic Tac Toe online multiplayer with websockets.
https://github.com/farinap5/tic-tac-toe

Last synced: about 1 month ago
JSON representation

Tic Tac Toe online multiplayer with websockets.

Awesome Lists containing this project

README

        

Tic-Tac-Toe

The game is made with Flask and WebSockets, it creates a local server to provide the page and you can play against friends in real time.

![](img/img.png)

### Technologies:

1. Python / Flask
2. WebSockets
3. Javascript
4. HTML
5. CSS

### Configure and Run:
```
pip3 install -r requirements.txt

python3 app.py
```