ForNeVeR / O21

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

Two-digit live number #80

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

In HUDRenderer.fs, there's a question: https://github.com/ForNeVeR/O21/blob/8be7efb2fff75752b2725e2034133a79709ae30d/O21.Game/HUDRenderer.fs#L35

We need to figure out how the original game handled that, and do the same.

evgTSV commented 2 months ago

Original game doesnt support n-digits lives (only one digit), if manually set value of lives in memory more than 9, then hud starts to bug. If lives count equal to 9, then when finding a bonus, no lives are awarded. image

ForNeVeR commented 2 months ago

Alright. Let's just limit ourselves to a single digit, then. There are no plans for bug-to-bug compatibility with the original :)