Play tic-tac-toe in PowerPoint

The presentation has around 6,000 slides representing every possible game state (and some impossible ones, since I didn't check for wins or ties). You play by clicking on the squares, which are hyperlinks to other slides.

I don't want to clone a repo and run a python script just to play a terrible gimmicky game of tic-tac-toe!

Fair enough. I've converted it to a Google Slides presentation, which you can play by clicking "Present" on the top right corner. It'll take a minute to load. If that crashes, you can also try to go directly into presentation mode.

I do want to clone a repo and run a python script just to play a terrible gimmicky
game of tic-tac-toe!

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python generate_powerpoint.py

GitHub

https://github.com/veggiedefender/tictactoe-powerpoint