Play Tic-Tac-Toe against an artificial intelligence on the command line.
Play Tic-Tac-Toe against your computer on the command line. You can choose between three different levels of difficulty, namely random move, alpha-beta pruning with randomly performed bad moves and alpha-beta pruning without bad moves. In order to play the game, you need to run the PlayGame.py program by executing python PlayGame.py
.
On the following website you can find the rules for this game: https://de.wikipedia.org/wiki/Tic-Tac-Toe .