CSCI 1300
Project: Craps Game

This is one of several possible projects for CSCI 1300. The following link tells how the projects are used:


What the Program Should Do

This program use the winbgim library for graphics and mouse support.

When this program starts, it should display two dice. Using the mouse, you should be able to roll the dice to play as many rounds of craps as you like. The computer keeps track of the score, giving you one dollar for each win and taking away one dollar for each loss. To remind you of the rules:

You might find it useful to use the randomize function from www.cs.colorado.edu/~main/intro/projects/randomize.cxx y

Estimated Difficulty Level for First Semester Students:


On a scale of 50 (easy) to 500 (hard): 300