ActRaiser is a 1991 Super NES game from Quintet, catalogued here for 7 defining game mechanics.
Super NES1991Complexity 58/100HybridCult classic
ActRaiser is a 1990 video game developed by Quintet and published by Enix for the SNES, combining side-scrolling platforming with city-building simulation. (via Wikipedia)
The genre ActRaiser helped define
Action / city-builder hybrid. Alternated side-scrolling combat with overhead god-game town simulation.
The game mechanics of ActRaiser
Scrolling MovementTraversalWorld scrolls in one or two axes as the player moves or time passes; player exists within an advancing boundary.
Boss EncounterCombatA single high-health enemy with unique scripted behavior and distinct phases serves as a gated progress challenge.
Real Time Action CombatCombatCombat resolves continuously in real time; player inputs compete directly with enemy behavior each frame.
Resource HarvestingResourcePlayer or AI units collect raw resources from the world that fuel construction, production, or advancement.
Flag GatingProgressionA boolean or enum stored in global state determines whether an event, path, or interaction is currently available.
Simulation TickSimulationWorld state advances on a regular clock independent of player input; player decisions are responses to the advancing simulation rather than…
Each mechanic links to how to build it in Godot, with the retro games that share it.