Sulagna-Dutta-Roy / GGExtensions

This is going to be the best repository for new browser extensions.See the Example: Number Guess Game/your files.
MIT License
80 stars 184 forks source link

New Game:Dice Rolling Simulator #2574

Closed priyashuu closed 1 month ago

priyashuu commented 1 month ago

🎮 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. Dice_Rolling_simulator_Game

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

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

priyashuu commented 1 month ago

@Sulagna-Dutta-Roy, please assign me this issue under GSSOC'24

Sulagna-Dutta-Roy commented 1 month ago

Already exists #623

github-actions[bot] commented 1 month ago

Hello @priyashuu! Your issue #2574 has been closed. Thank you for your contribution!