Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

TicTacToe

Playing Tic-Tac-Toe with the computer right in the terminal. The game can be played using the number keypad. It follows the same structure as the tic tac toe board -
7 | 8 | 9
4 | 5 | 6
1 | 2 | 3

Usage

python main.py