Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 549 Bytes

Inverse Tic-Tac-Toe

Inverse Tic-Tac-Toe game made with Python and Pygame. Human vs Computer.

A well-known game with a twist - the one who first completes placing five of their marks in a horizontal, vertical, or diagonal row in a 10 x 10 field loses.
ttt-screenshot
To run the game script:

$ python3 game.py

Or on MacOS:

$ ./game.py

Use the backspace to start a new game after it's finished.