Skip to content

Commit 5693a8e

Browse files
authored
Create ReadMe.md
1 parent 609fa48 commit 5693a8e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Die Roll Guessing Game/ReadMe.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

Comments
 (0)