____ CS3 Final Project -- "Shall We Play a Game?" : 2003Fa Gamesmen: / ___| __ _ _ __ ___ ___ ___ _ __ ___ __ _ _ __ : Dan Garcia | | _ / _` | '_ ` _ \ / _ \/ __| '_ ` _ \ / _` | '_ \ : Jennifer Tsang | |_| | (_| | | | | | | __/\__ \ | | | | | (_| | | | | : Hesam Samimi \____|\__,_|_| |_| |_|\___||___/_| |_| |_|\__,_|_| |_| : Michael McGehee ....................................................................... Welcome to Gamesman! ############### ## Introduction ############### In this directory you'll find three scheme files: gamesman.scm : The main file you load to get the ball rolling gdraw.scm : The graphics library (auto-loaded by gamesman.scm) test-loop.scm : A small program to test your code as you're developing it ...and four directories (in decreasing order of importance): modules : Where we keep all the game modules (like m1210.scm) trees : Where we keep all the trees (like 1,2,...,10_std.tree) images : Where all images (gifs & ppms) live (like about.ppm) sounds : Where you'll put your sounds if you have/want any ############ ## To run it ############ In this gamesman directory, type (to your unix prompt): unix% stk -load gamesman STk> (gamesman) ...then follow the directions. Hope you enjoy your final project! Dan Garcia 2003-11-03