= !PowerUpEngine = [[ArchivePage]] Handles appearing and pickup of !PowerUps == Designer and Programmer == Manuel Leuenberger == Design == [[Image(powerups.png)]] 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. [[br]]!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[[br]] - !SpaceShip is a Extendable[[br]] - !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 [[br]]-07.12.05: Resolve any changes needed on the main API with the other teams [[br]]-14.12.05: Implement Extendable for Player and the !PowerUp base class [[br]]-21.12.05: Implement subclasses of Powerup for different distribution types and more types of !PowerUps [[br]]-11.01.06: Debug, prepare presentation [[br]]-18.01.06: Presentation [[br]]-25.01.06: Documentation finished