CSci 1301: Problem Set 4

Due: Wednesday, September 29 at 11:59pm by e-mail

It is recommended that you work in pairs on this problem set

Problem 1 (12 points)

Exercise 5.1.5.
Important: include test cases for your check-color function, for instance:


(check-color 'red 'yellow 'green 'red)

Carefully read the instructions on how to load the teachpack and run the program.

Problem 1 (25 points)

To play the game you need an older version of DrRacket (version 5.0) since the hangman teachpack doesn't work with the current one (5.0.1). If you would like to use the older version to play/test the game, download it here: http://download.racket-lang.org/racket-v5.0.html. When installing, make sure that you use a different folder name. Don't get confused between the two versions.
Testing in the older version is optional. You can just submit your solution without trying to play the game.

The hangman problem, i.e. exercises 6.7.1, 6.7.2, and 6.7.3 in Section 6.7. Some important notes:


CSci 1301 course web site.