Realmz is a fantasy adventure and role-playing video game first developed and published by Fantasoft in 1994 for the Apple Macintosh as shareware. Fantasoft released a Microsoft Windows-compatible version in 1999, and a science fiction role-playing game based on the Realmz engine, titled New Centurions, in 2001. (via Wikipedia)
The game mechanics of Realmz
Boss EncounterCombatA single high-health enemy with unique scripted behavior and distinct phases serves as a gated progress challenge.
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.
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.
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.
Each mechanic links to how to build it in Godot, with the retro games that share it.
Study the source
Open-source release (CC-BY-NC-SA-4.0). The original developer released Realmz source, assets, and docs under a noncommercial Creative Commons license; this is a beta rebuild. https://github.com/Realmz-Castle/realmz