You are on page 1of 3

DETERMINE GAME OBJECTIVE

What is the theme of the game, the purpose and method of winning or
losing the game?
Theme:

Win:

Loss:

I. 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.
5.
III. DETERMINE POSSIBLE OBJECT ELEMENTS

Make a list of all the possible Objects, Events, and Actions for the Game.
Objects:

Events:

Actions:

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.
(Example: If bullet hits soldier, then dies.)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)
IF __________________ ________________________, THEN _______________________.
(Object 1) (Event / Object 2) (Action)V. STARTING A GAME

You might also like