See the assignment turn-in page (last modified on 14 February 2008) for instructions on turning in your assignment.
Player Game Player implementer API designer Alpaugh Windmill Bacon Bacon Black Hole Banks Banks Bakers Dozen Betancourth Betancourth Pyramid Carpouzis Carpouzis Klondike Codd Codd Golf Guardascione Guardascione Tarentella Karpodinis Karpodinis Aces and Kings Kaufman Kaufman Forty Thieves Lee Lee Scorpion Perriello Perriello Freecell Rinaldi Rinaldi Spider Wallerstein Wallerstein East Haven Alpaugh
The design for the game-player program can be found in the class directory
/export/home/class/cs-310/a1c/1b
in the file design.html
in the appropriately-named
directory. For example, the design for the East Haven game-playing program can
be found in
/export/home/class/cs-310/1b/east-haven/design.html
You must document each extension you make to the design document while
implementing the game-playing program. Undocumented variations from the design
document in your game-playing implementation are interpreted as failures in the
one-one relation between design and implementation. The documentation should
be in an html file called variations.html
in the player package directory
(see Turn-In below).
Each documented variation should have three parts:
1c
” (without the
double quotes). Your turn-in should include a package called player
; it
may also include other packages as you see fit.