Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 152 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 152 Bytes

TicTacToe

This game uses the Minimax algorithm to find the moves for the computer
Additionally, Alpha-beta pruning is used to optimize the program