;;; ;;; Name: ___________________________________________________ ;;; ;;; ps6.ss ;;; UVA CS200 Spring 2004 ;;; Problem Set 6 ;;; (load "listprocs.ss") (load "objects.ss") (load "adventure.ss") ;;; ;;; Set up the world every time we load ;;; (you may want to comment this out when you are debugging) ;;; (set-up-charlottansville) ;;; ;;; Question 1: ;;; ;;; ;;; Question 2: ;;; ;;; ;;; Question 3: ;;; ;;; ;;; Question 4: ;;; ;;; ;;; Question 5: ;;; ;;; ;;; Question 6: ;;; ;;; ;;; Question 7: ;;; ;;; ;;; Question 8: ;;;