Play as a Presidential candidate in a fictional parallel of our world. Promise increasingly absurd things against your political opponent to win over the public. Your opponent will always take the complete opposing stance that you take.
You can play the game on Itch.io here.
How to Play -- Balance your Money, Morality and approval rate by making insane promises. You Choose out of a binary of options by clicking the approprate box to affect your Money, Morality and approval rate, if you go too low on any then its game over, if you fail to get a high enough approval rate then it is also game over.
TECHNICAL INFORMATION
I built this game in the Godot Engine. I made the game as part of the 'Ukie 2025 Game Jam' with a team of 4. I was the Lead Programmer and Producer of the whole game with me managing everyones tasks and the direction of the game. One Technically impressive aspect of the game that I worked on was the 'Crowd' system. The crowd system was a modularly designed system that generated a crowd based using a random amount of each of the crowd sprites, generate as many crowd members that the user puts into the variable, randomly place the crowd members within three areas designated in the scene and generate the crowd members equally across those three areas. Additionally I made a shader that changes the color of the crowd sprites and based off of the aproval rate variable from the gameloop. To see this code click
this link.