Pathways Into Darkness is a 1993 Macintosh game from Bungie, catalogued here for 8 defining game mechanics.
Macintosh1993Complexity 58/1003DPopular
Pathways into Darkness is a first-person shooter and adventure video game developed and published by Bungie in 1993, for Macintosh personal computers. Players assume the role of a Special Forces soldier who must stop a powerful, godlike being from awakening and destroying the world. (via Wikipedia)
Real Time Action CombatCombatCombat resolves continuously in real time; player inputs compete directly with enemy behavior each frame.
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.
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.
Dialogue TreePuzzlePlayer chooses from branching conversation options; choices affect relationship state, information revealed, or world flags.
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
Open-source engine (GPL-3.0). Aleph One (Bungie's open-sourced Marathon 2 engine) runs a community port of Pathways Into Darkness from converted game data. https://github.com/Aleph-One-Marathon/alephone