ltpitt / lua-pico-8-invaders

A Space Invaders implementation for PICO-8 Fantasy Console, written in LUA
GNU General Public License v3.0
1 stars 0 forks source link

[Beginner friendly] Implement 4 different levels of Red Power Up (weapon) #4

Closed ltpitt closed 3 years ago

ltpitt commented 3 years ago

Use ship.red_powerup to keep track of the powerups taken.

  1. Increase ship.firerate
  2. Increase ship.firerate even more
  3. Double lasers and slow down ship.firerate to the same value decided for 1.
  4. Double lasers and increase ship.firerate to the same value decided for 2.