I just completed my first full game in Processing! It’s called Bubble Rider and you can play it here:
It’s a pretty simple game; you control a green and blue bubble as obstacles wiz past them. I’ll probably tweak it to make it more fun and have the difficulty ramp up nicely, but for now, it’s functional and done.
I also made controllers for the game using some arcade buttons and an Arduino that communicates to the sketch over a serial connection. The switch is connected to the normally open and ground connectors.
The Arduino code is here: https://github.com/ptterb/button_press
Leave a Reply