Table of Contents

Programming Assignment: Interactive Story

Basic Info

Due: Monday, May 23rd at 23:59
Group size: Max 3 people
What to turn in: Single ZIP file with Python files, asset files and an item data file (special upload place TBD)
Note: Use comments in your code to explain what you are doing.
Note: If you use code or assets from others, remember to credit them in your comments.

Goal

The goal is to use everything you have learned so far about pulling a user/player into an interactive virtual environment, to create a compelling interactive story. The story should have a purpose, such as to be entertaining (e.g. through comedy or suspense), instructive (e.g. explain a historic event) or thought provoking in some way (e.g. social commentary). You may come up with your own story or use stories from other media (e.g. books or movies, but not stories that are already in interactive format). The story should be complete (beginning and an end), but be kept relatively short (few minutes of interaction time).

The focus in this assignment is on:

Description

Resources