CS120
Programming Assignment #4

Due on or before Friday, February 9th at 11:59 PM.

For this assignment you will be creating a simple text-based adventure game. Each "room" in the adventure should be represented by its own function. (A "room" just represents a particular area, not necessarily a literal room.) If you have never seen or played a text-based adventure game, an article about an early game can be found here: ADVENT

Requirements:

Turn in: Use the script command to demonstrate how your program runs. Place the output from the script command into file named Assignment4output.txt. In the sample output, make sure you show what happens each time a room is entered, both the first time and successive times. Turn in a copy of your program code and the Assignment4output.txt file to Canvas.