/DysfunctionalTicTacToe

Pygame TicTacToe with a twist

Primary LanguagePython

Dysfunctional TicTacToe

A tic tac toe game with a twist, made using only pygame.

Demo

Hackathon Theme: "Functionally Dysfunctional"

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.

Requirements

  • python>=3.10.14
  • pygame>=2.6.0

Usage

  1. Install python
  2. Install pygame using pip install pygame
  3. Run main.py
  4. Enjoy :D

Controls

  • F11 - Toggle fullscreen (the game works better in fullscreen)

Extra Info

The project was only tested on Windows 10 but should work in Windows 11, MacOS and some linux distros.