Next: Simulation
Up: Project 2 Description
Previous: A Template For hangman-guess
- 10 pts - Write the hangman initialization routine
- 11 pts - Finish the hangman-guess routine
- 17 pts - Modify the program to keep track of guesses and if the player has already guessed that letter return "You have already guessed that letter" and do not penalize them a body part.
- 17 pts - Create a procedure that lets users add words to the WORDS list as follows
-
(add-word "tasty")
- The word (t a s t y) has been added
-
(add-word "hello")
- (h e l l o) is already in the database
Patricia Gilfeather
2001-04-12