Homework 1, Chicago!

Short Description:

Using the struct based die routines developed in class, implement the game Chicago.

Goals

When you finish this homework, you should have:

Formal Description

For this program, you will work with the die library developed in class. You should use my implementation of this library. They are provided here: Remember, to use IniTDie correctly, you should have seeded the random number generator. You are ultimately responsible for creating two programs. These programs

  1. [5 points] Write a test driver called dieTest.cpp. This test driver should use much of the code developed in class. This program should test the die library by performing the following:
  2. [10 points] Implement the dice game Chicago.

Notes

Required Files

A tar or zip file containing all source code required to build this project. This includes

Submission

Submit the assignment to the D2L folder homework 1 by the due date.