You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyGamesScripts/Rolling Dice/README.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,23 @@ Rolling dice Game is a python program i.e, developed in python programming lang
5
5
- It's a basic python program which asks the user to enter a number from 1 to 6.The user have to enter the number twice.If sum of the numbers is divisible by 2 then the user will win the game else will lost the game..
6
6
7
7
### How to play?
8
-
- Just run the program and enter any number from 1 to 6.
9
-
- According to the condition the user will get a message of winning or loosisng the game..
8
+
- Enter a number from 1 to 6.
9
+
-Again it asks the user to enter a number.
10
+
-It then prints the numbers.
11
+
-If the sum of two numbers entered is even then the user will win.
12
+
-If the sum is odd then the uer will lose the game.
10
13
14
+
### Requirements
15
+
- Your computer should have Python 3.
16
+
- If your computer don't have Python you can download it from google.
0 commit comments