https://github.com/roim1998/nested-tic-tac-toe
https://github.com/roim1998/nested-tic-tac-toe
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roim1998/nested-tic-tac-toe
- Owner: ROIM1998
- Created: 2024-02-29T05:49:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T05:51:20.000Z (over 2 years ago)
- Last Synced: 2024-03-01T03:25:55.536Z (over 2 years ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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