Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

dimaqq/zzz-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play

From source or installed package:

⋊> python -m ttt
Welcome to a new game, enjoy!
P.S. you can always quit by typing 'quit'
How large of a game? (default=3)
>>
Enter name for player 1
>> Ms. First
Enter name for player 2
>> Mr. Second

 1 │ 2 │ 3
───┼───┼───
 4 │ 5 │ 6
───┼───┼───
 7 │ 8 │ 9

Ms. First, choose a box to place an 'x' into
>>

[some time later]

Ms. First, choose a box to place an 'x' into
>> 6

 o │ o │ x
───┼───┼───
   │ x │ x
───┼───┼───
 o │   │ x

Congratulations Ms. First, you won!

Build

pip install wheel
python setup.py bdist_wheel

Test

tox

Releases

No releases published

Packages

No packages published

Languages