ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
22 stars 9 forks source link

Score system #30

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Figure out how the score is calculated. Implement. Show on the HUD.

sotiredofyours commented 1 year ago

I think it will be helpful.

  1. Each type of bonus (wrench, medal, treasure chest, etc) give +25 points.
  2. Each shot takes 1 point from the current score (only when score > 0).
  3. All types of fish give +10 points.
  4. Bomb and octopuses give +20 points.
  5. A lifeline gives +50 points and one of five types of abilities.