Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 336 Bytes

Tic Tac Toe

CS50's Tic-Tac-Toe game made with pygame. AI optimized with alpha-beta pruning.

Requirements

  • Python installed.

How To Launch

While in terminal:

  1. Run git clone [link] to clone the repo.
  2. Run pip install -r requirements.txt to install necessary packages.
  3. Run python launcher.py to launch.
  4. Have fun.