Hey, I would like to participate as a developer for Godot if I like the idea
Viewing post in Looking for a Developer for Game Jam
Hey! That's awesome to hear! Here's the idea: it's a minimalist logic game called "Code of the Button", designed specifically for the 1-Button Jam. The player uses a single button to solve puzzles by activating platforms, collecting keys, and opening doors in the correct sequence. It’s simple to control but offers challenging logic-based gameplay. Let me know what you think, and feel free to share your thoughts or suggestions!
Good question! The game works by cycling through different actions with each press of the button. For example:
- The first press activates a platform.
- The second press collects a key.
- The third press opens a door.
Each level is designed around a specific sequence, so players must figure out the correct order to progress. The challenge comes from timing and planning your moves, as every press matters.
What do you think?