cdubose / Craps-Game

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

Implementing Dice Roll Command #1

Open cdubose opened 9 years ago

cdubose commented 9 years ago

need to create a function which "rolls" the dice: --> the player types the word "roll" in command line --> the program outputs the total value of the dice roll and each individual dice result

--> the program outputs what the result "means"

cdubose commented 9 years ago

explained the functionality of dice roll command and possible results