UserPreferences

CS206Lab07


1. CS206 Lab07

Your job is to build on the success of your CS206Lab06. You will read in each of the types of information from your game file, putting each of command/object/location in a linked list, and the others as a property of a Game object.

Due: Thursday, March 30

Hand in:

Print outs of:

  1. your game description file

  2. your commented code

  3. an example of your code running

You running code should demonstrate that it is reading in the file correctly, and storing the data in lists.

Name: Castle Quest
Author: Doug Blank
Description: This game is about castles

Locations: draw bridge, castle, front door.
Commands: south, east, west.
Objects: a golden key.