Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 379 Bytes

Command Line Tic-Tac-Toe

Basic command line Tic-Tac-Toe game written in Python

Begin by selecting whether you wish to play against another human player or verse the computer Make your move by selecting a number corresponding to each grid as below:

1 2 3
4 5 6
7 8 9

How the computer player makes its decision is found in computer.py

Have fun!