A tic tac toe game with a twist, made using only pygame.
Dysfunctional TicTacToe is a game made for the Hackathon organized by Lewis Menelaws with the theme "Functionally Dysfunctional". The game tries to annoy the player by making them complete challenges every time they want to make a move, but still functions just like regular tic tac toe.
python>=3.10.14
pygame>=2.6.0
- Install python
- Install pygame using
pip install pygame
- Run
main.py
- Enjoy :D
- F11 - Toggle fullscreen (the game works better in fullscreen)
The project was only tested on Windows 10 but should work in Windows 11, MacOS and some linux distros.