Dice Game

Write a program that simulates a dice game. This is a one player game against the computer.

The player starts with 100 points. Use a random number generator to simulate the rolling of two dice. Each roll of the dice cost the user 10 points. The sum of the dice pays the user the following winnings:

Roll of Winning
2 0
3 2
4 3
5 5
6 7
7 10
8 11
9 13
10 15
11 17
12 20

The player should be able to play until s/he quits the game or runs out of points. If the user runs out of points s/he should be asked if s/he would like to play again. The program should have basic text based menus including a help section that includes your name and the date that the program was completed.

 

 Get Firefox!

©2003 C. Whittington