A game of Tic-Tac-Toe. Difficulty level: unbeatable.
Playing around with AI. I implemented a basic tic-tac-toe game using Python that can be played against an AI player via the terminal.
Implemented AI algorithm: MiniMax.
My algorithm implementation was based on a suggested MiniMax approach which is nicely ilustrated by alialaa.