CS504 Fundamentals of Research
Assignment #6

Due: Wednesday, February 28th.

1) Add a table to your latex document. The table should include a caption, and at least 3 columns and 4 rows. The content of the table does not matter.

2) Include a reference to your table in the text of the latex document.

3) Extend the adventure game program we started in class using Python. Change the theme of the game. Add at least three new areas. Add at least one new global variable that is effected by some of the areas. Extra Credit: Include a room that the player can interact with in some way: turn on a light, answer a question, etc.

Plan to present your program on Wedensday.

Turn in: The extended pdf document and the code and sample output for your python project.