Table of Contents

Programming Assignment 2: An interactive story with a character

Basic Info

Due: Sunday, Feburary 24th at 23:59
Group size: max 2 people
What to turn in: Single ZIP file with Python files, asset files and an item data file (assets from URL is ok)
Note: If you use code or assets from others, remember to give credit where it is due

Goal

Write a program that lets the user experience a short interactive story (few minutes long). The story should be entertaining, instructive or thought provoking in some way. You may come up with your own story or use stories from other media (i.e. not stories that are already in interactive format).

As well as being an exercise in creating a functional piece of code that supports interaction, this is also an exercise in clearly guiding the user through an engaging experience with a well defined setting, goals, actions and consequences.

Description

Resources