Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 300 Bytes

File metadata and controls

10 lines (7 loc) · 300 Bytes

Tic-Tac-Toe

To run, follow these steps:

pip3 install -r requirements.txt
python3 runner.py

The most important part of the logic is in the tictactoe.minimax function, which implements the minimax algorithm to search for the optimal next move.