prasad8mhatre / python-tictactoe

Tic Tac Toe game in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-tictactoe

$ python tictactoe.py 0 | 1 | 2

3 | 4 | 5

6 | 7 | 8

select a spot:2

o | 1 | x

3 | 4 | 5

6 | 7 | 8

select a spot:4

o | 1 | x

3 | x | o

6 | 7 | 8

select a spot:6

X won

o | 1 | x

3 | x | o

x | 7 | 8

About

Tic Tac Toe game in python

License:Apache License 2.0


Languages

Language:Python 100.0%