CS120
Programming Assignment #4

Due Friday Sept 22nd at the beginning of lecture.

For this assignment you will be creating a simple text based adventure game. Each "room" in the adventure should be represented by it's own function. (A "room" just represents a particular area, not necessarily a literal room.)

Requirements:

Turn in: A copy of the program and sample output showing it runs. In the sample ouput make sure you show what happens each time a room is entered, both the first time and successive times.