|
| 1 | +# Dice Roll Guessing Game |
| 2 | + |
| 3 | +This simple game challenges you to guess the outcome of a dice roll or the sum of two dice rolls. Roll the dice, make your guess, and see if you can predict the outcome! |
| 4 | + |
| 5 | +## How to Play |
| 6 | + |
| 7 | +1. Run the `dice_roll_game.py` script using a Python interpreter. |
| 8 | +2. Choose a game level: |
| 9 | + - "easy": Guess the outcome of a single dice roll (1 to 6). |
| 10 | + - "difficult": Guess the sum of two dice rolls (2 to 12). |
| 11 | +3. Make your guess by entering a number within the valid range. |
| 12 | +4. Watch the dice rolls and see if your guess matches the actual outcome. |
| 13 | +5. The game will reveal whether you win or lose based on your guess. |
| 14 | + |
0 commit comments