CPSC 170 Spring 2006
Assign 1 (part B): Playing Cards

Objectives

Description

We want to have a program that plays  Klondike Solitaire.  This is one of the most popular 'Solitaire' games and there are many variations.   For our purposes, the game will be defined as follows.

To Do

For this part of this assignment you should do the following.   
                   tar -xzf Assign1.tgz

          This will create the files
Open these files and examine them.   You will see that the method headers for these for these classes are included, but the  actual code is frequently absent.   Follow the comments to complete the program.

To Submit