ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Liar's Dice to Backgammon edge #93

Closed ichabod801 closed 6 years ago

ichabod801 commented 6 years ago

Child of #84: Sparrowleaf edge programming.

ichabod801 commented 6 years ago

Having no pair (which is really hard to do) ends the turn prematurely. There may also be problems with asking for an extra reroll before taking your first one.

ichabod801 commented 6 years ago

Still having problems. Now gipfing with two-rerolls after the second one gives two more when it should give one more.

I'm wondering if this would all be simplified if I had a number of rolls left.

ichabod801 commented 6 years ago

User tested and interface reviewed.