GameZone icon indicating copy to clipboard operation
GameZone copied to clipboard

[New game]: Dice-Rolling-Simulator

Open priyashuu opened this issue 1 year ago • 2 comments

🎮 Game Request

### 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. Screenshot 2024-07-07 111916

Point down the features

  • Random Dice Roll: Uses the random.randint(1, 6) function to generate a number between 1 and 6.
  • Graphical Interface: A user-friendly interface built with Tkinter, making it easy to interact with the simulator.
  • Roll Button: A button that the user clicks to roll the dice.
  • Display Area: Shows the result of the dice roll, either as a numeric value or a visual representation.

Select program in which you are contributing

GSSoC24

Code of Conduct

priyashuu avatar Jul 07 '24 05:07 priyashuu

Hey @priyashuu ! Thank you for raising an issue 💗 You can self assign the issue by commenting /assign in comment 😀 Make sure you follow CODE OF CONDUCT and CONTRIBUTING GUIDELINES 🚀 Don’t Forget to ⭐ our GameZone🎮 Make sure you join our Discord🕹️

kunjgit avatar Jul 07 '24 05:07 kunjgit

/assign

priyashuu avatar Jul 07 '24 06:07 priyashuu

Hey @priyashuu ! Thank you so much for your raising the issue💗 It’s all yours, you can come anytime again and make some contributions! 🚀 Alone, we can do little, but together we can do so much! 😇

kunjgit avatar Oct 09 '24 11:10 kunjgit