Determine Game Objective
What is the theme of your game, the purpose and method of winning or losing the game?The method for winning the game is to capture all the blue objects while avoiding the enemy
Theme:to collect the objects to get score
Win:collect the object
Loss:if you collide with the monster
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.collect all objects.
2.the player advance to the next level if you aviod enemy and collect objects
3.the player will advance to the next level if you collect the objects
4.the challenges the player will face is that they will have to avoid the enemy
DETERMINE POSSIBLE OBJECT ELEMENTS
Make a list of all the possible Objects, Events, and Actions for the Ball Game.
Objects:The objects is my enemy,monster,platform and timmy turner
Events:my events i added were step, collision with object platform,collison event with object enemy,keyboard event
Actions:if a posution is collision free,set the gravity,else ,set the vertical speed,move contact,destroy the instance,restart the game,if a positoin is collision free,jump to a given position..