Push the Button is a puzzle type game where the goal of the player is to reach the end. Each level has a button somewhere which unlocks the next pathway.
Almost all of the game’s code is modular which makes it easily editable. There are currently 16 stages in the game. Checkpoints and data saving are not yet implemented.
This is great for new developers who want to learn something out of this and especially easy to learn for them. I can this being a valuable source for developers looking for some more scripting and an example on how to do it.
This is a great resource for developers that want to get a look at great modular code. The explorer structuring is amazing as well. It’s not often that you see it.