-
Notifications
You must be signed in to change notification settings - Fork 0
Worker Units
Alexander Johnson edited this page Aug 29, 2022
·
11 revisions
Worker units are a core part of the gameplay loop in the sense that they are used to gather resources for the player from around the map. There are two main types of worker units: miners and foragers.
- Miner units are used to collect stone and iron from Stone entities that are randomly generated around the map.
- Forager units are used to collect wood from Tree entities that are also randomly generated around the map.
On game start, two of each unit are spawned near the city centre. These units can then be controlled by the player and moved towards resources. Upon colliding with a resource node, a worker unit will collect resources from that node and place them in their inventory. These resources can then be deposited back at home base, where they are added to the player's resource stockpile.
Map
City
Buildings
Unit Selections
Game User Testing: Theme of Unit Selection & Spell System
Health Bars
In Game menu
- Feature
- User Testing:In Game Menu
Landscape Tile Design Feedback