next up previous
Next: About this document ... Up: Project 2 Description Previous: Extra Credit

Turn-in

Please turn in the following:
  1. A README file which describes the program and how to install it
  2. A file hangman.scm which contains the following procedures:
  3. A file dict.scm which contains the following procedures:
  4. A file sim.scm which contains the following procedures:

These files should be tarred and attached to email in the same way that the project 1 files were turned-in. Additionally, any file which requires the loading of another file, should have the full path of that file in a load statement at the beginning of the file.

For example, if you need the counter object definition in your sim file, sim.scm should contain a line (load "~pfeather/proj2helper/counter.scm"). If you need the hangman file in your sim file, sim.scm should contain a line (load "hangman.scm").

Note: You will find several files of helper function in ~pfeather/proj2helper.


next up previous
Next: About this document ... Up: Project 2 Description Previous: Extra Credit
Patricia Gilfeather 2001-04-12