For this assignment, you will be writing a Flash game. The assignment is very open ended, and you are welcome to build as complex of a game as you like. We will be giving you a large amount of time (2 weeks) to work on your game. Your game must meet these minimum requirements:
instructions.txt
file you turn in, or build it into the game itself.In our in-class example, we created a game where the user could move the hero around the stage with the arrow keys. Some games, such as puzzle games or point-and-click games, do not have this kind of motion. You are welcome to create such a game, although you might find it harder to follow the example code if you do.
In order to allow the player to interact with your game, you will need to use event listeners. There are no requirements on what events you must have, but the game must allow either keyboard or mouse interaction.
You will turn in two files:
game.swf
: Your compiled game.instructions.txt
: A brief set of instructions for how to play your game, along with information about the backstory / theme for your game.