Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Naumantamboli authored Oct 18, 2024
1 parent 113ee10 commit cfa05e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tic-Tac-Toc using AI (min-max)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,21 @@ pip install pygame numpy
4. **Customize the Script**:
You can modify game settings, such as board size and player options, directly in the script.

# Gameplay Instructions
- **Player vs AI:**: Click on the grid to make your move. The AI will respond automatically.
- **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.
- **Restart Game**: Press the R key to restart the game at any time.

# Usage
**Player vs AI**: Click on the grid to make your move. The AI will respond automatically.

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

# Example
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.
![Game Screen](screenshots/screenshot1.png)
![Winning State](screenshots/screenshot2.png)


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

0 comments on commit cfa05e9

Please sign in to comment.