Amazing-Python-Scripts
..
/
Die Roll Guessing Game
ReadMe.md
Dice Roll Guessing Game
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!
How to Play
- Run the
script using a Python interpreter.dice_roll_game.py - Choose a game level:
- "easy": Guess the outcome of a single dice roll (1 to 6).
- "difficult": Guess the sum of two dice rolls (2 to 12).
- Make your guess by entering a number within the valid range.
- Watch the dice rolls and see if your guess matches the actual outcome.
- The game will reveal whether you win or lose based on your guess.