1) Set library path export LD_LIBRARY_PATH=/afs/ece/class/ece749/public_html/teams/team7/orbacus/lib 2) Creat a symbolic link onto the directory you extracted the .tar file on. ln -s /afs/ece/class/ece749/public_html/teams/team7/orbacus orbacus 3) CD'ed into the src/ directory and compile the code by running "make" 4) To run the Naming Service: ssh into go.ece.cmu.edu CD'ed into src/common/ run "make runname" (This will run the Naming Service on go.ece.cmu.edu at port 5500) 5) To run the Server: ssh into any other game machine CD'ed into src/server/ run "make runserver" (This will run the server and talk to Naming Service at go.ece.cmu.edu) 6) To run the Client (you need to have at least 4 clients running to actually have the game running): ssh into any other game machine CD'ed into src/client/ascii_client/ run "make runclient" (NOTE: Repeat this at least 4 times to have at least 4 players running so that the game could begin. You can run as many client as you want, for every 4 clients, a new game will be created) 7) To exit a game, just press "Enter" 8) When all 4 clients in a given game exit, the game will be deactivated.