CS50's Tic-Tac-Toe game made with pygame. AI optimized with alpha-beta pruning.
- Python installed.
While in terminal:
- Run
git clone [link]
to clone the repo. - Run
pip install -r requirements.txt
to install necessary packages. - Run
python launcher.py
to launch. - Have fun.