CS113 / fatty-big-star

A browser based platform game, by: Lucas, Dinali, Allan, Han, Skylar
MIT License
0 stars 4 forks source link

Negative Score? #32

Closed skylarbpayne closed 9 years ago

skylarbpayne commented 9 years ago

I just got a score of -15. Why is this possible? Should it be possible?

codelucas commented 9 years ago

This has happened in the past. It's because our final score is computed when an end_game method is called and when Patrick falls his score actually drops. You must have died really early on and the score decrement took you under zero.

This should not be possible, it's an easy fix. I'll disallow altitude decrementing.

Good find!

codelucas commented 9 years ago

Fixed: https://github.com/CS113/fatty-big-star/commit/62c17d22f1cbf8f64e015ff80f90f80e5ed2782d