Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 333 Bytes

dice-roller

A simple program in Go that simulates rolling a dice

-Prints the sum of the dice roll -Prints additional information in these circumstances: -"Snake eyes": when the total roll is 2 and total dice is 2 -"Lucky 7": when the total roll is 7 -"Even": when the total roll is even -"Odd": when the total roll is odd