Skip to content

Commit 2825460

Browse files
committed
made required changes in README.md file
1 parent 94d5092 commit 2825460

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Diff for: PyGamesScripts/Rolling Dice/README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,23 @@ Rolling dice Game is a python program i.e, developed in python programming lang
55
- 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..
66

77
### 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.
1013

14+
### Requirements
15+
- Your computer should have Python 3.
16+
- If your computer don't have Python you can download it from google.
17+
- Run the code.
18+
-Have fun!
19+
20+
### Screenshot of the game
1121
![screenshot](Images/Screenshot_1.jpg)
1222
![screenshot](Images/Screenshot_2.jpg)
23+
24+
## Author
25+
Dhara Bindal
26+
username:bindaldhara
27+

0 commit comments

Comments
 (0)