Zuoyou's Project Management - ZuoyouGu/MGWUGameTemplate-Spritebuilder GitHub Wiki

Game design:

The game is named as FLY HIGH. It's a shooting game where you have to shoot meteoroids and UFOs to score and have to avoid those meteors and UFO. At first, you have just ONE life and 35 bullets. Through the whole game, you will expect three kinds of powerups dropping down: a Plus for you to reload, a heart for you to gain one extra life and a shield to protect you from damages in 5 seconds. The former name was FartHigh, but on the screen, you will see it as FlyHigh now. You will also expect the small meteoroid (shoot ONCE to destroy it and you score 3 points), the large meteoroid (shoot TWICE to destroy it and you score 4 points), and the UFO (shoot THREE TIMES to destroy it and you score 6 points).

Targets:

  1. Drag the ship to avoid the meteoroids and UFOs. (Initial design was controlling the ship with gravity control)
  2. Touch anywhere else except the ship to shoot meteoroids and UFOs.
  3. Make some awesome effects.
  4. Write instructions in the main scene.
  5. Show game statistics when game is over.

Milestones:

Week 1 (03/16 - 03/22):

Get some materials and develop a test game

Comment: done simple shooting game, and get sprite picture from MakeSchool, great jobs!

Week 2 (03/23 - 03/29):

Get proper elements for the ship, meteoroids and UFO, background...

Comment: Get picture for ship, meteoroids and UFO, and get picture for background from MakeSchool. However, the resolution for ship, meteoroids pictures are not good enough though...

Week 3 (03/30 - 04/05):

Make the gravity works on the game

Comment: You changed his goal this week, you don't want to use gravity to control the ship anymore!... but you did some other great advances in the game, like using the collision mask to make sure only certain types of objects will collide! Still pretty impressive.

Week 4 (04/06 - 04/12):

Make the shooting feature works

Comment: you used built-in particle system to come out special effect for every shooting, very cool!

Week 5 (04/13 - 04/19):

Polish the elements and and some features if possible

Comment: you came out special techniques to made meteoroids and UFO to chase ships which enhances the difficultly of this game.

Week 6 (04/20 - 04/26):

Test the game to fix bugs

Comment: there are several bugs in this game. But you always can fix it very quickly, nice job!

Week 7 (04/27 - 05/01):

Finalize the game and finish the poster

Comment: Has finished poster several weeks ago, and made sure game ready to go!