# CS579 Fall 2004 Prof. Jeffery - HW 3 - W. Winkler # modifications of code from # Jacobs, Lara, Jeffery # representation of the sh118b room #CONTROLS: #up arrow - move foward #down arrow - move backward #left arrow - rotate camera left #right arrow - rotate camera right # ' w ' key - look up # ' s ' key - look down # ' d ' key - toggle door open/closed # ' r ' key - reset original camera position ( use if lost ) # ' c ' key - open chat window & connect to server #if you get lost in space (may happen once in a while) #just restart the program link "SH-rooms" # link graphics procedure main( args ) SH := World() SH.process_cmd_line( args) SH.build() SH.render() SH.event_loop() SH.close(" closed from proc main" ) end # ====== end of file ==========================================================