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
- Host: GitHub
- URL: https://github.com/parths007/tic-tac-toe
- Owner: ParthS007
- Created: 2017-08-02T19:26:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T22:01:36.000Z (almost 8 years ago)
- Last Synced: 2025-08-01T10:53:50.551Z (11 months ago)
- Topics: python3, tic-tac-toe
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: