A XO (aka tic-tac-toe) one player game with four levels of intelligence using strong AI (nested if statements ;p).
this game has four levels of intelligence:
- Extreme
- Hard
- Medium
- Easy
-
The hardest level of the game.
you would never win the program in this level.
(tell me if you succeeded)
-
The second hardest level of the game.
The third move of the program becomes random.
Therefore you have a little chance to win.
-
The differences are just like Hard level.
However just the first move is not random and other moves of the program are random.
-
The moves are tottaly random.
(tell me if you lost)
python3.x pygame