My boy fairly regularly asks if he can see my game [on the phone]. I haven’t made anything new in about a week now, and his asking has been a reality check that if I’m serious about learning the game programming craft, I need to be pretty harsh about actually producing stuff as often as I can.
To that end, I added features and polish to my Block Jump game. The main character, a happy face is now of higher resolution and handles transparency better, an exploit has been fixed, there is a score multiplier based on how long you can stay on the ground before jumping or getting hit with a block, and the game will exit with both the back and home buttons. There is now a “Get Ready” state when first starting the game where nothing is affected until the first block rolls by. Combined with the fact that the game always exits when focus shifts away, this provides a crude “paused” state, which I think is actually within range of “appropriate”.
