Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 767 Bytes

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.