I’ve been working on a simple version of doodle jump for arduboy, while it’s nowhere near a finished game yet, it’s a neat little demo right now, with lots of bugs but a delightfully adorable player sprite and jumping animation. You can play with the code on github here.
controls are currently up and down to move left and right ( as if holding the arduboy sideways) ardudlesimple.ino.leonardo.hex (39.7 KB)
I decided to go at that issue this morning and found that since it’s not a particularly text heavy game, it ended up being easier to just save some of the text as sprites and position them accordingly in each game state. the scoring isn’t done yet but all the text and numbers are!