Game Programmer
Description
Engine: Unreal Engine 5
Genre: Turn Based Strategy
Role: Programmer, Level & Mechanics Designer, UI
Lymphorce is a Turn Based Strategy game that focuses on rewarding the player for keeping their enemies closer to them. It was made in 10 days for the UT Dallas Student Game Developer Association 2023 Fall Game Jam where it won Best Gameplay!
![]() | ![]() |
---|
Mechanics
Lymphorce employs a plethora of mechanics centered around proximity to the opponent. In addition to the basic movement and attack ranges, each unit has their own special abilities that require careful management of positioning. These special abilities work in tandem with each other to facilitate strategies employed by the player.
Scripting
The scripting for Lymphorce was somewhat challenging given that almost everything that was visible to the player was done programmatically. Even the levels were generated from a spreadsheet that was fed in, interpreted, and generated by code. For a full code breakdown click on the link below!