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.
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.