schwal10 / lunatic-fringe

Lunatic Fringe is a game originally distributed as an AfterDark screensaver
GNU Affero General Public License v3.0
6 stars 1 forks source link

Implement Levels #11

Open schwal10 opened 6 years ago

schwal10 commented 6 years ago

Implement levels and a level-up system. Ideas:

  1. Start at level 1
  2. When all enemies are defeated in a level advance to the next level
  3. Slowly add more enemies each level up
  4. Make enemies slightly harder with each level up (more health, more damage, etc)
  5. Play level-up sound when the level is advanced
schwal10 commented 1 year ago

Note that all of this is now done except for step 4