Skip to content

Commit cae9b4d

Browse files
committed
Made changes
1 parent 267a180 commit cae9b4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

PyGamesScripts/Rolling_Dice/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Rolling a dice
2+
Rolling dice Game is a python program i.e, developed in python programming language using random module and some user inputs.
3+
4+
### About the game
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+
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..

0 commit comments

Comments
 (0)