simonjegou commited on
Commit
4bdead3
·
verified ·
1 Parent(s): 7e2cd20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as app:
148
  This app recommends the optimal strategy for playing solitaire Yahtzee, based on [James Glenn's 2006 research](http://gunpowder.cs.loyola.edu/~jglenn/research/optimal_yahtzee.pdf).
149
  ### How to use:
150
  - Enter your current scores in the upper and lower sections.
151
- - Select the roll number (1, 2, or 3) and input your dice values (1–6).
152
  - The app will display the optimal dice to keep (rolls 1 or 2) or the best scoring category to select (roll 3).
153
  """ + FOUR_OF_A_KIND_IS_40_POINTS * "\n**Note:** In this variant, Four of a Kind is worth 40 points.")
154
 
 
148
  This app recommends the optimal strategy for playing solitaire Yahtzee, based on [James Glenn's 2006 research](http://gunpowder.cs.loyola.edu/~jglenn/research/optimal_yahtzee.pdf).
149
  ### How to use:
150
  - Enter your current scores in the upper and lower sections.
151
+ - Select the roll number (1, 2, or 3) and input your dice values (e.g. 61542).
152
  - The app will display the optimal dice to keep (rolls 1 or 2) or the best scoring category to select (roll 3).
153
  """ + FOUR_OF_A_KIND_IS_40_POINTS * "\n**Note:** In this variant, Four of a Kind is worth 40 points.")
154