Game Development Worksheet
Game Development Worksheet
__________________________________________
Basic Information
1. Game Title: ____________________________________________________
For each resource in the game (money, points, ammunition, health, energy, time, etc.) list:
How do you adjust these resources to change the difficulty of the game (balance it)?
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
Does the game include positive feedback, if so what is it? Also describe any negative feedback.
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
VICTORY CONDITIONS
What are the victory or loss conditions?
______________________________________________________________________________
How does the player judge his/her progress towards the victory condition?
______________________________________________________________________________
______________________________________________________________________________
INTERFACE DESIGN
Startup Screen
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
_______________________________________
Additional Screen
_______________________________________
_______________________________________
_______________________________________
_______________________________________
PROGRAMMING OUTLINE
(Clearly identify each of the objects/sprites in your game.)
Object Properties Functions
(Name, Description) (What are the facts about this object? (What does this object do?
What does the object look like? How Can it move? Can it change costumes?
many images will you need for it? Can it interact with other objects? Can
Where does it start? What are its states it interact with the player?)
(alive, dead, etc.)