abhisheks008 / Play-With-Python

Play With Python is an open source repository, which contains various types of games and useful scripts built in Python. Contributors are open to contribute in this repository with their contributions!
https://devfolio.co/projects/play-with-python-8c77
GNU General Public License v3.0
24 stars 35 forks source link

Dice Simulator #19

Open abhisheks008 opened 1 year ago

abhisheks008 commented 1 year ago

Play With Python Repository (Proposing new issue)

:red_circle: Project Title : Dice Simulator
:red_circle: Aim : Create a Dice Simulator using Python Programming language.


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

lakshya1goel commented 1 year ago

I want to contribute to this . How can I start ?

abhisheks008 commented 1 year ago

Please go through the issue template and mention your approach how you gonna solve this issue, what are the libraries you gonna use for creating this Dice simulator game. You need to create a Dice simulator game using Python, push your files in the specified folders as mentioned in the README.md file, then create a pull request. @lakshya1goel

lakshya1goel commented 1 year ago

NAME: Lakshya Goel GITHUB I'D: https://github.com/lakshya1goel

GAME TITLE: Dice Stimulator Game GOAL: The person wins the game who first rolls the 6 five times. DESCRIPTION: This game can be played within 2 or more players . Or one can also play this with computer also. In this game , first person starts to roll the dice if he get no. 6 then he again get chance to roll untill a no. between 1 to 5 appeared. If in 1st throw he get no. Between 1 to 5 then 2nd player get chance to roll. This all goes on untill a person get 5 sixes . At the moment he get 5 sixes he will be considered as winner . A max of 50 rolls are allowed in all. APPROACH : This whole setup can be done using loops , conditional statements (if-else), and using random module . Libraries needed : random module with randint

abhisheks008 commented 1 year ago

Great. Nice approach. Issue assigned to you @lakshya1goel. Go ahead.

abhisheks008 commented 1 year ago

Updates please @lakshya1goel