Summary

For this chess rogue-like, I designed the enemy decision making, unit interactions, and menu layouts, and was the sole programmer for this project. The main design challenge I faced in this project was figuring out how to make the player feel like they were outmaneuvering the opponent using wits and clever unit management. This required an algorithm that would act just intelligently enough to give the player a good challenge, but also be beatable. This required a lot of playtesting and chess AI research to get right, but I eventually landed on something that felt right.

Details

Team Size | 9

Duration | 6 Months

Platform | Windows (Steam)

Role | Technical Designer

Tools | Unity 2022.2, C#, Jira, Nuclino, Git

Unit Movement System Design

The Problem: When Do I Get to the Good Part?

The Process: Researching & Prototyping

The Solution: Leaning on the Familiar

Video Comparison: Old Unit Movement (Top) vs. New Unit Movement (Bottom)

BT_UnitMoveShowcase.mp4
BT_UnitMoveShowcase_02.mp4

Enemy Behavior Design

The Problem: What Are the Enemies Thinking About?

The Process: Research & Iteration

The Solution: Minimax Them

Video Comparison: Old Kraken Behavior (Left) vs. New Kraken Behavior (Right)

KrakenMovementShowcase.mp4
BT_EnemyBehaviorShowcase_02.mp4

Progression Design

The Problem: Why Can’t I See My Progress?

The Process: Researching & Deconstructing

The Solution: Rallying the Troops

Video Comparison: Old recruit menu (Top) vs. New recruit menu (Bottom)

BT_RecruitShowcase.mp4
BT_RecruitShowcase_02.mp4