Skip to content

Commit cfa05e9

Browse files
Update README.md
1 parent 113ee10 commit cfa05e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Tic-Tac-Toc using AI (min-max)/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,21 @@ pip install pygame numpy
3636
4. **Customize the Script**:
3737
You can modify game settings, such as board size and player options, directly in the script.
3838

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+
3944
# Usage
4045
**Player vs AI**: Click on the grid to make your move. The AI will respond automatically.
4146

4247
**Restart Game**: Press the R key to restart the game at any time.
4348

4449
# Example
4550
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.
51+
![Game Screen](screenshots/screenshot1.png)
52+
![Winning State](screenshots/screenshot2.png)
53+
4654

4755
# Author
4856
**[Naumantamboli](https://github.com/Naumantamboli)**

0 commit comments

Comments
 (0)