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.
- Host: GitHub
- URL: https://github.com/farinap5/tic-tac-toe
- Owner: farinap5
- Created: 2021-07-19T02:56:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T03:56:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T00:50:32.665Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### Technologies:
1. Python / Flask
2. WebSockets
3. Javascript
4. HTML
5. CSS### Configure and Run:
```
pip3 install -r requirements.txtpython3 app.py
```