TicTacToe
Implementation of TicTacToe game with AI mode.
Challenge yourself with algorithm written to play TicTacToe.
AI is using min max algorithm. You have option to play as circle or cross and to decide who go as first.
In game screenshot:
Hope you enjoy playing or learning from that!
Feel free to point any bugs/ mistakes/ bad practices :)