https://github.com/ultraflame4/onlinetictactoe
A Multiplayer TicTacToe Game
https://github.com/ultraflame4/onlinetictactoe
Last synced: about 2 months ago
JSON representation
A Multiplayer TicTacToe Game
- Host: GitHub
- URL: https://github.com/ultraflame4/onlinetictactoe
- Owner: ultraflame4
- License: mit
- Created: 2020-12-31T02:40:07.000Z (over 5 years ago)
- Default Branch: rewrite
- Last Pushed: 2021-12-26T09:41:16.000Z (over 4 years ago)
- Last Synced: 2025-11-23T10:07:45.386Z (7 months ago)
- Language: JavaScript
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnlineTicTacToe
This is a multiplayer TicTacToe
that can be hosted and played
## Rewrite branch.
This branch is **incompaitable** with other older versions
### This version can be directly played on the browser!
[link to game](https://ultraflame4.github.io/OnlineTicTacToe)

### Installation instructions
1. Download this repository
2. Extract the downloaded zip file to a folder
3. Use the executables in the "standalones" folder
Note: the executables will only work for windows
**or**
1. Download python 3.9
2. Install pygame with pip
```
pip install pygame
```
3. Install with pip
``
pip install https://github.com/ultraflame4/OnlineTicTacToe/archive/master.zip
``
**or**
( May require git to be installed)
``
pip install git+https://github.com/ultraflame4/OnlineTicTacToe/
``
5. Host or Play!
### Instructions
To host a server,
``python -m OnlineTicTacToe server``
To join a server,
``python -m OnlineTicTacToe server client``
This version is currently unplayable
## Dependencies
* cefpython