This is minimax algorithm implementation in a tic-tac-toe game using Python. This is project for harvard course. Try it using these commands:
git clone https://github.com/abbasudo/minimax-algorithm.git
pip install -r requirements.txt
python runner.py