Clue
Sources

The game distributed via the Swindle patch is a compiled form of the following sources.  Loading the compiled game is the same as evaluating game.ss. The game consists of these files, which are loaded in this order:

Library

queue.ss
set.ss
utility.ss
wrapper.ss
finger.ss

Engine

events.ss
general.ss
animates.ss
players.ss
command-system.ss
communicate.ss
places.ss
inanimates.ss
singlemode.ss

Dependencies

foundation.ss
library.ss
plans.ss
question.ss
commands.ss
emotions.ss
pset.ss

World

welcome.ss
locations.ss
characters.ss
objects.ss
vanilla.ss
clue.ss
endings.ss
specializations.ss

Other files

game.ss
server.ss

You'll note that server.ss is not loaded by game.ss, thus the server must be loaded after the game definitions. Even though all the sources are available to you, remember that hard coding solutions is prohibited.

WARNING: Changes to the sources are possible.  You can be assured that the sources available to you in Problem Set 4 will not change.  All other sources are susceptible to be changed with or without notice.




CS212 Home Page
© 2000 Cornell University Computer Science
Prepared by Brandon Bray