-
Notifications
You must be signed in to change notification settings - Fork 29
TASK: Add a dice rolling methods #150
Copy link
Copy link
Open
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐛 Upper BeginnerGood for more experienced beginnersGood for more experienced beginners
Description
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐛 Upper BeginnerGood for more experienced beginnersGood for more experienced beginners
Leave a comment if you want to work on this task!
Difficulty: Upper beginner
TODO:
roll_dice()to thePersonclass inperson.pydparameter of typeintthat determines how many sides there are on an individual die.countparameter of typeintthat determines how many dice to rollroll_die()that only roles one die and returns an int.PR steps:
feature/roll-dice-methodsTASK: Add a dice rolling methods (#150)Closes #150Please make sure you have read the Contributing Guidelines before working.
Feel free to ask any questions here!
If you are interested in working on this task, please leave a comment requesting assignment to explicitly let others know the task is taken and prevent duplicate PRs.