Fallout is a 1997 PC (DOS / Windows) game from Interplay / Black Isle, catalogued here for 15 defining game mechanics.
PC (DOS / Windows)1997Complexity 86/1002D IsometricPopular
Fallout is a 1997 role-playing video game developed and published by Interplay Productions, set in a mid-22nd century post-apocalyptic and retro-futuristic world, decades after a global nuclear war led by the United States and China. Fallout's protagonist, the Vault Dweller, inhabits an underground nuclear shelter. (via Wikipedia)
The game mechanics of Fallout
Turn Based CombatCombatCombat resolves in alternating discrete turns; all player actions are fully processed before the enemy acts.
Weapon SwitchingCombatPlayer carries multiple discrete weapons with different properties; active weapon is selected from inventory.
Ammo ManagementResourceWeapons have finite ammunition tracked separately from weapon ownership; running dry forces behavioral change.
Consumable ItemsResourceItems are permanently destroyed or depleted on use; scarcity creates tension and opportunity cost.
Economy Buy SellResourcePlayer earns and spends currency at merchants; price and value decisions are meaningful.
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.
Level Up StatsProgressionDefeating enemies or completing tasks accumulates points; reaching thresholds permanently increases player stats.
Sequence DependencyProgressionAn event or interaction is only available when multiple prior conditions are all simultaneously true.
Dialogue TreePuzzlePlayer chooses from branching conversation options; choices affect relationship state, information revealed, or world flags.
Open WorldWorldPlayer can navigate most of the game world from early on; content is gated by player capability, not physical access locks.
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.
Codex LoreNarrativeWorld-building is delivered through collectible, discoverable, or unlockable text entries separate from the main interaction flow.
Time PressureNarrativeA countdown timer or depleting resource creates urgency and forces prioritization of actions within a session.
Each mechanic links to how to build it in Godot, with the retro games that share it.
Study the source
Source-available reimplementation (Sustainable Use License). Fallout Community Edition reverse-engineers the original Fallout engine (source-available, non-commercial license); runs the original game's assets. https://github.com/alexbatalov/fallout1-ce