Skip to content

Friendly Units (Workers)

lorenzopolicar edited this page Aug 29, 2022 · 9 revisions

Friendly worker units are apart of a larger set of friendly units that the player can control and assign to do tasks throughout the duration of the game. These units consist of three subunits:

  • Miner - Collect metal and stone from mines
  • Forager - Collect wood from trees
  • Builder - Construct and repair defensive walls

Worker Task System

Abstract Worker Class

This class implements core functionality that each friendly worker unit will build off of. These features include:

Miner Unit

Miner is a unit that responsible to take stone and metal attributes from a resource.

Forager Unit

The forager unit is responsible for taking stone and metal attributes from a resource.

Builder Unit

The builder unit will be responsible for constructing and repairing buildings and structures. These structures include

Table of Contents

Home

Game

Game Home

Design Influences

Gameplay Features

Style

Story

Friendly Units
Map
City
Buildings
Unit Selections

Spell

Game User Testing: Theme of Unit Selection & Spell System

UI User Testing

Tutorial

Resource Stats Display

Loading Screen Bar

Health Bars
In Game menu
  • Feature
  • User Testing:In Game Menu

Landscape Tile Design

Landscape Tile Design Feedback

Weather Design

Weather Design Feedback

Camera Movement

Enemy design

Enemy Units

Enemy AI

How Animation Works

Map Flooding

Game Engine

Getting Started

Entities and Components

Service Locator

Loading Resources

Logging

Unit Testing

Debug Terminal

Input Handling

UI

Animations

Audio

AI

Physics

Game Screens and Areas

Terrain

Concurrency & Threading

Settings

Troubleshooting

MacOS Setup Guide

Clone this wiki locally