I made physics based game for nibble.
Game goal is to touch yellow block. There are 5 levels to compete, you can time yourself with in game timer, and there is a tab that shows your current times on levels.
I made this game to learn arduino and have some fun with coding nibble. I will not update it, but you have all right to use it in your project if you want, and if you are persistent enough to figure out what this bowl of spaghetti does.
You can find Git repository here. More info on compiling and uploading can be found here.
Enjoy and have fun.
details
Game was tested on nibble rev2 so it might not be performant on other nibbles. Idk.
Edit: I just noticed the ball is skewed in the first screenshot
That’s because screenshot code doesn’t pause the execution of the game and image is transferred line by line while ball is moving. My bad
Check out my Sokoban repo, there you have a code that you can just attach to the projects and a python script that grabs the screenshot while the program is running.