Warcraft II is a 1995 PC (DOS / Windows) game from Blizzard, catalogued here for 8 defining game mechanics.
PC (DOS / Windows)1995Complexity 80/1002D TopdownPopular
Warcraft II: Tides of Darkness is a fantasy real-time strategy (RTS) computer game developed by Blizzard Entertainment and released for MS-DOS and Microsoft Windows in 1995 and Mac OS in 1996 by Blizzard's parent, Davidson & Associates. A sequel to Warcraft: Orcs & Humans, the game was met with positive reviews and won most of the major PC gaming awards in 1996. (via Wikipedia)
The game mechanics of Warcraft II
Real Time Action CombatCombatCombat resolves continuously in real time; player inputs compete directly with enemy behavior each frame.
Resource HarvestingResourcePlayer or AI units collect raw resources from the world that fuel construction, production, or advancement.
Upgrade PurchasingResourcePlayer spends accumulated resources or currency on permanent stat or ability improvements chosen from a menu.
Flag GatingProgressionA boolean or enum stored in global state determines whether an event, path, or interaction is currently available.
Research TreeProgressionSpending accumulated resources or turns on a branching tree of options unlocks new units, buildings, or abilities.
Linear LevelsWorldWorld consists of discrete stages played in a fixed sequence; stages are self-contained with no backtracking between them.
Faction AiSimulationMultiple AI-controlled factions autonomously pursue goals and interact with each other and the player simultaneously.
Unit PathfindingSimulationIndividual AI units navigate around obstacles to reach dynamically assigned targets.
Each mechanic links to how to build it in Godot, with the retro games that share it.
Study the source
Open-source rewrite (GPL-2.0). Reimplements Warcraft II on the open-source Stratagus engine, importing the original game data. https://github.com/Wargus/wargus