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

https://github.com/parths007/tic-tac-toe

Tic Tak Toe Game for 2 players made in Python 3x
https://github.com/parths007/tic-tac-toe

python3 tic-tac-toe

Last synced: 11 months ago
JSON representation

Tic Tak Toe Game for 2 players made in Python 3x

Awesome Lists containing this project

README

          

# Tic-Tak-Toe

Tic Tak Toe Game for 2 players made in Python 3x

Steps to Run :

- Python3 must be installed in your System.
- To download Python3, refer this [link](https://www.python.org/)
- Download this repo...
- Or use these commands if you want to clone :
- Firstly, install git
- [Git-Bash](https://git-scm.com/downloads)(for windows)
- Commands to install git(for debian/ubuntu linux)
```
sudo apt-get install git
```
- Clone Commands :
```
pwd
cd "Directory/Folder Name in which you want to clone"
git clone https://github.com/ParthS007/tic-tac-toe.git
```
- If you are using a IDE, simply run the program
- If you are using Terminal, then follow these commands :
```
cd tic-tak-toe
python3 game.py
```

:smile: **_ENJOY THE GAME!_** :thumbsup: