Ok, I’ve got a first version of the viral 1010 puzzle working on my arduboy. You can get the hex file from http://mike.mired.org/home/arduboy/Tiny-1010.hex, and sources from https://chiselapp.com/user/mwm/repository/1010. Apologies for the raw nature of things - my repository hosting site seems to be down, and I’m to tired to sort out hosting for the manager repo. If you’re running a repo. feel free to add this to it.
Usage is simple - up/down cycles through the available shapes, left/right moves them onto the playing field. On the field, A places the shape and switches to the next one. B pauses the game, allowing you to resume or start a new game.
I’m particularly interested in feedback on the visuals and block set. I couldn’t find a list of standard blocks, and it seems to vary by game. If you’ve got a list somewhere, pointers appreciated. I tried to copy the color visuals with drawing patterns, but I’m not sure the results aren’t simply confusing, and it’s be better to just use white tiles on a black board or somethings similar.
More tomorrow after I get the hosting sorted out.