Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 283 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 283 Bytes

Tic-Tac-Toe AI

  • Created AI bot/agent (adversarial search) to play Tic Tac Toe game in Python which will always try to pick the best possible move.
  • Used techniques like Minimax Algorithm, Alpha-Beta pruning, adversarial search to optimize game-play. alt text