You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tic-Tac-Toc using AI (min-max)/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,21 @@ pip install pygame numpy
36
36
4.**Customize the Script**:
37
37
You can modify game settings, such as board size and player options, directly in the script.
38
38
39
+
# Gameplay Instructions
40
+
-**Player vs AI:**: Click on the grid to make your move. The AI will respond automatically.
41
+
-**AI Difficulty Levels**: You can adjust the difficulty of the AI in the game settings to suit your skill level. Higher levels make the AI more challenging.
42
+
-**Restart Game**: Press the R key to restart the game at any time.
43
+
39
44
# Usage
40
45
**Player vs AI**: Click on the grid to make your move. The AI will respond automatically.
41
46
42
47
**Restart Game**: Press the R key to restart the game at any time.
43
48
44
49
# Example
45
50
After starting the game, you can play by clicking on the grid cells. The AI will make its move following your turn, and the game will continue until one player wins or the game ends in a draw.
0 commit comments