MAZE GAME TUTORIAL
©2006AmandaHefner Page 1 of 13
MAZE GAME PLANNER
I. DETERMINE GAME OBJECTIVE
What is the theme of your game, the purpose, and method of winning or losing the game?
Theme:
Win:
Loss:
II. DETERMINE GAME GOALS
Within the game, what goals should be accomplished? How does the player advance to the
next level, acquire new skills, or improve in the game? What challenges will the player faced
when trying to accomplish these goals?
1.
2.
3.
4.
©2006AmandaHefner Page 2 of 13
III. DETERMINE POSSIBLE OBJECT ELEMENTS
Make a list of all the possible Objects, Events, and Actions for the Ball Game.
Objects:
Events:
Actions:
©2006AmandaHefner MAZE GAME TUTORIAL Page 3 of 13
IV. WRITE CONDITIONAL STATEMENTS
Fill in the blanks with possible Objects, Events, and Actions that might happen in your game. In
some conditions, there may be a secondary object that is part of the Event. Write those in as
well.
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
____. 1) (Event / Object 2)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2)
...
Voir