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

https://github.com/roim1998/nested-tic-tac-toe


https://github.com/roim1998/nested-tic-tac-toe

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tic-tac-toe

Tic-Tac-Toe game implemented by Python in CLI (for TECHIN 509 course)

## Usage

### Requirements

Try runing the following script to install the dependencies.Install the required libraries

```
pip install -r requirements.txt
```

### Running

Executing the cli.py file to start the game:

```
python cli.py
```

Then open and run the codes in plot.ipynb to see the plots