-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Game:-Dice_Rolling_simulator #4759
Conversation
Dice_rolling_simulator
Thank you @priyashuu ,for creating the PR and contributing to our GameZone 💗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi please do the following changes:-
add your game entry in readme.md file of the repo this will make changes made by you visible in the live project
and also add a image of your game in asset folder of the repo follow naming convention while naming the image mentioned in contribution guidelines
Hi @ishita-43 , Could you please review the updated pull request and let me know if any further actions are required from my side? |
README.md
Outdated
@@ -844,6 +844,12 @@ This repository also provides one such platforms where contributers come over an | |||
| [IKnowYou-Mind-Reading-Game](https://github.com/kunjgit/GameZone/tree/main/Games/IKnowYou-Mind-Reading-Game) | | |||
| [Tic_Tac_Toe_Neon](https://github.com/kunjgit/GameZone/tree/main/Games/Tic_Tac_Toe_Neon) | [Magic_8_ball_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Magic_8_ball) | | |||
| [Catch_Craze](https://github.com/kunjgit/GameZone/tree/main/Games/Catch_Craze) | | |||
<<<<<<< HEAD | |||
| [Dice_Rolling_Simulator](https://github.com/priyashuu/GameZone/tree/main/Games/Dice_rolling_simulator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the duplicate entry
README.md
Outdated
@@ -844,6 +844,12 @@ This repository also provides one such platforms where contributers come over an | |||
| [IKnowYou-Mind-Reading-Game](https://github.com/kunjgit/GameZone/tree/main/Games/IKnowYou-Mind-Reading-Game) | | |||
| [Tic_Tac_Toe_Neon](https://github.com/kunjgit/GameZone/tree/main/Games/Tic_Tac_Toe_Neon) | [Magic_8_ball_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Magic_8_ball) | | |||
| [Catch_Craze](https://github.com/kunjgit/GameZone/tree/main/Games/Catch_Craze) | | |||
<<<<<<< HEAD | |||
| [Dice_Rolling_Simulator](https://github.com/priyashuu/GameZone/tree/main/Games/Dice_rolling_simulator) | |||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line
README.md
Outdated
======= | ||
|[Dice_Rolling_Simulator](https://github.com/priyashuu/GameZone/tree/priyashuu-patch-1/Games/Dice_rolling_simulator) | ||
|
||
>>>>>>> priyashuu-patch-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line also
everything else is good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done , i removed these lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!
Thank you @priyashuu , for your valuable time and contribution in our GameZone 💗. |
Thank you so much for your kind words❤️ . |
PR Description 📜
**** Description
The dice rolling simulator is a simple application built using Python and the Tkinter library for the graphical user interface (GUI). The simulator mimics the action of rolling a dice, providing a random outcome between 1 and 6 each time the user interacts with the interface. This application is useful for games, educational purposes, or simply for fun.
Game Logic
Initialization: When the program starts, it initializes the main window using Tkinter.
Dice Roll: A function generates a random number between 1 and 6 using Python's random module.
Display: The result of the dice roll is displayed on the GUI, typically as a number or a graphical representation of a dice face.
Interaction: The user can roll the dice by clicking a button on the GUI, which triggers the dice roll function.
Fixes # <4754>
Mark the task you have completed ✅
Add your screenshots(Optional) 📸
video_of_dice_rolling.mp4
Thank you soo much for contributing to our repository 💗