Populous is a 1989 PC (DOS / Windows) game from Bullfrog, originally released on Amiga in 1989, catalogued here for 5 defining game mechanics.
PC (DOS / Windows)1989Originally Amiga 1989Complexity 60/1002D IsometricPopular
Populous is a video game developed by Bullfrog Productions and published by Electronic Arts for the Amiga in March 1989, then quickly the Atari ST and MS-DOS. Many conversions followed, including for the Genesis, Super NES, and PC Engine consoles. (via Wikipedia)
The genre Populous helped define
God game. shaping the land and indirectly commanding worshippers from on high.
The game mechanics of Populous
Resource HarvestingResourcePlayer or AI units collect raw resources from the world that fuel construction, production, or advancement.
Tile Map WorldWorldWorld is built from a grid of discrete terrain tiles; position on the grid is the primary navigation primitive.
Faction AiSimulationMultiple AI-controlled factions autonomously pursue goals and interact with each other and the player simultaneously.
Simulation TickSimulationWorld state advances on a regular clock independent of player input; player decisions are responses to the advancing simulation rather than…
Unit PathfindingSimulationIndividual AI units navigate around obstacles to reach dynamically assigned targets.
Each mechanic links to how to build it in Godot, with the retro games that share it.
Study the source
Open-source reimplementation (GPL-3.0). OpenPopulous is a C++/SDL clone of Populous: The Beginning that mimics the original game and uses its data resources. https://github.com/OpenPop/OpenPopulous