For this week I build a simple game, that you can control with a slider or a simple OSC control setup.
It's a retro game called "Goodbye World". The goal of the game is to save the world, in this case it's actually quite easy :)
All you have to do is move a square with a slider, to prevent other squares from hitting our beautiful planet. You can either control the slider with you mouse or OSC.
Here's a little video of me playing
Find the patch right here: File:the game.maxpat
I used this OSC App for iOS:
https://apps.apple.com/de/app/mrmr-osc-controller/id294296343
What I didn't include yet is what happens when you fail. I want the screen to turn red and the game to stop. Sadly, the "if"-object is not yet doing what I want it to do, so I have to keep on trying.