Uploaded July 2024 | Updated September 2026, 2 weeks ago
I have not updated in quite a bit but there were several little things that I wanted to try and tackle to complete some games. While Pinfinger has pretty much been done, with 5 bytes to spare, one thing bothered me after my son mentioned a couple years ago that it reminded him of the Simpsons. I wanted to try and squeeze another option in the game - picking the color of your hand!
I was able to do this by using the code for selecting the option in the first menu to change a variable when you push left. If you hold left you can cycle the colors. I was able to do this in under 5 bytes by having the variable start by sharing a line with the definition of the player x coordinates. I will try to free up some more bytes if I can to make it cycle with an up or down but this may be it...
I have not updated in quite a bit but there were several little things that I wanted to try and tackle to complete some games. While Pinfinger has pretty much been done, with 5 bytes to spare, one thing bothered me after my son mentioned a couple years ago that it reminded him of the Simpsons. I wanted to try and squeeze another option in the game - picking the color of your hand!
I was able to do this by using the code for selecting the option in the first menu to change a variable when you push left. If you hold left you can cycle the colors. I was able to do this in under 5 bytes by having the variable start by sharing a line with the definition of the player x coordinates. I will try to free up some more bytes if I can to make it cycle with an up or down but this may be it...










