Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

The health bar is not displayed correctly at values other than 255

(5 edits) (+1)

150 is not a valid value with the way the health bar/lives work in the standard kernel - it's not a linear 0-255 value, it's binary. Check the batari Basic docs for correct usage:

https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#pfscorebars

I'll look into adding blocks to make it more straightforward to control.

(+2)

Thanks for all the answers 👍🏻