Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 195 Bytes

TicTacToe

AI bots which play Tic Tac Toe against you.

The Random Walk Bot may not win at all times but the MiniMax one surely does.

Will add more implementations as soon as I done with them.