Sweet Home is a 1989 NES game from Capcom, catalogued here for 10 defining game mechanics.
NES1989Complexity 78/1002D TopdownCult classic
Sweet Home is a 1989 role-playing video game developed and published by Capcom for the Family Computer. It was developed alongside the horror film Sweet Home, and tells the story of a team of five filmmakers exploring an old mansion in search of precious frescos hidden there. (via Wikipedia)
The genre Sweet Home helped define
Survival horror. resource scarcity and dread that directly inspired Resident Evil.
The game mechanics of Sweet Home
Turn Based CombatCombatCombat resolves in alternating discrete turns; all player actions are fully processed before the enemy acts.
Consumable ItemsResourceItems are permanently destroyed or depleted on use; scarcity creates tension and opportunity cost.
Inventory ManagementResourcePlayer holds a collection of discrete named items with defined slot limits; deciding what to carry is a meaningful choice.
Flag GatingProgressionA boolean or enum stored in global state determines whether an event, path, or interaction is currently available.
Key LockProgressionA specific named item in inventory unlocks a specific named obstacle in a one-to-one correspondence; item is consumed.
PermadeathProgressionDeath permanently ends the current run with no recovery; accumulated progress is lost or locked.
Tile Map WorldWorldWorld is built from a grid of discrete terrain tiles; position on the grid is the primary navigation primitive.
Random EncounterSimulationCombat or events are triggered probabilistically during world traversal rather than by scripted enemy placement.
Death Consequence TextNarrativeFailure states are communicated through unique descriptive text specific to the cause of death rather than a generic game-over screen.
Text Description SystemNarrativeWorld state and room content are communicated to the player primarily through generated text rather than graphics.
Each mechanic links to how to build it in Godot, with the retro games that share it.