cdubose / Craps-Game

A simple, command line version of a craps game.
GNU General Public License v2.0
0 stars 0 forks source link

Integrated dice roll command #2

Closed cdubose closed 9 years ago

cdubose commented 9 years ago

I have added seed generation for dice randomization and also a skeleton template for creating the dice roll command.

The dice roll command shows the value of each dice and the total value of the roll when a user types the "roll" command. In addition, it tells the user the "result" of each roll: whether they win, lose, or (for the come-out roll) establish the point.