Skip to content

zaid1442011/tic-tac-toe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

tic-tac-toe-python

A simple Python game.

If you want to add some features, make a pull request.

Run on Repl.it

Download Instructions

Go to a Terminal window and type

git clone https://github.com/zaid1442011/tic-tac-toe-python.git

If you didn't install git download the .zip file

Then type

cd tic-tac-toe-python && python3 tic-tac-toe.py

to open the file

Update Instructions

Run

cd tic-tac-toe-python && git pull

If you downloaded it using the .zip, you need to delete and download the folder again.