Uninvited is a 1991 NES game from ICOM Simulations, originally released on Mac in 1986, catalogued here for 9 defining game mechanics.
NES1991Originally Mac 1986Complexity 53/1002D FirstpersonCult classic
Uninvited is a 1986 point-and-click adventure game developed by ICOM Simulations and published by Mindscape for the Macintosh as part of the MacVenture series. The game was ported to the Amiga, Atari ST, MS-DOS, Apple IIGS, Commodore 64 and Nintendo Entertainment System. (via Wikipedia)
The game mechanics of Uninvited
Room TransitionTraversalWorld is navigated as discrete named locations; moving between them swaps the active room with no spatial continuity.
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.
Sequence DependencyProgressionAn event or interaction is only available when multiple prior conditions are all simultaneously true.
Inventory PuzzlePuzzleSolution requires a carried item to be applied to another item or world object; the right combination must be discovered.
Verb Object InteractionPuzzlePlayer selects a verb (Look, Use, Take, Open) and applies it to a world object; the system looks up the result based on current state and updates…
Room DatabaseWorldThe world is stored as discrete data records rather than a contiguous spatial map; the active record is loaded into a shared UI shell.
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.
Study the source
Open-source engine (GPL-3.0). ScummVM's MacVenture engine runs the original ICOM data files of Uninvited. https://github.com/scummvm/scummvm