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

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

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)

![onlinetictactoe](https://user-images.githubusercontent.com/34125174/147404403-baa8daaf-3ec9-4cf7-bcf1-711ba28dca27.png)

### 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