deleeke / hotdice

Django app for serving a dice game
GNU General Public License v3.0
0 stars 1 forks source link

MVP: 0.0.1 Definition #1

Open deleeke opened 6 years ago

deleeke commented 6 years ago

As a user, I want an app where I can roll and score an entire hot dice hand.

This will require a view where there exists a button "roll" that produces a list of results for each dice. Then, I must select to re-roll or keep certain dice. A score must be calculated for the current hand as it were including the "kept" dice. This scoring procedure can be initiated by a button named "score current hand"

deleeke commented 6 years ago

Need to complete https://github.com/deleeke/hotdice/issues/2 first.