Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 1 (modified by landauf, 16 years ago) (diff)

PowerUpEngine

Handles appearing and pickup of PowerUps

Designer and Programmer

Manuel Leuenberger

Design

https://www.orxonox.net/cgi-bin/trac.cgi/attachment/wiki/PowerUpEngine/powerups.png?format=raw
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)

Download all attachments as: .zip