/Tic-tac-toe

Tic-tac-toe game from console with python3)

Primary LanguagePython

Tic-tac-toe

It's a Tic-tac-toe game on colsole with python3!

Violet theme is avaible on voiolet-theme branch.

Install needed for violet theme library:
$ pip3 install colored

Go to the directory of local repository.
Run game with command:
$ python3 game.py

And now, try to beat computer!)
picture alt

In the end of the game, you can see last state of board and message about result of game:
picture alt

Hope, you enjoyed this game!)