Version 4 (modified by landauf, 8 years ago) (diff) |
---|
PowerUpEngine
This is an archived page! This page is very old and the content is not up to date. Not everything (if any) which is written here will be in the final game! |
Handles appearing and pickup of PowerUps
Designer and Programmer
Manuel Leuenberger
Design
Every Entity capable of picking up powerups implements Extendable. If it can pick up the given type of powerup it does any modifications needed in pickup() and returns true, otherwise false.
PowerUp handles the way PowerUps appear. The subclasses are responsible for storing the impacts of picking up a powerup.
Progress
- Implemented Extendable and PowerUp base class
- SpaceShip is a Extendable
- WeaponPowerUp is the first powerup of the new generation
Next steps
- make PowerUp store method of reappearing
- some models for power ups
RoadMap
Design: mostly done
-07.12.05: Resolve any changes needed on the main API with the other teams
-14.12.05: Implement Extendable for Player and the PowerUp base class
-21.12.05: Implement subclasses of Powerup for different distribution types and more types of PowerUps
-11.01.06: Debug, prepare presentation
-18.01.06: Presentation
-25.01.06: Documentation finished
Attachments (3)
- PowerUp.png (17.6 KB) - added by landauf 17 years ago.
- powerups.png (21.3 KB) - added by landauf 17 years ago.
- PowerUp.dia (2.4 KB) - added by landauf 17 years ago.
Download all attachments as: .zip