Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 220 Bytes

7x7 tic tac toe instead of the normal 3x3. created in python using an alpha beta pruning technique that allows the AI to calculuate the next best move. has the ability to block the player off while also trying to win.