Turn the Based

This is a game i made for a solo school assignment in 2018. I made all the code and assets by myself and this was also the first time I made my own 3d models.

I made this with C# and Unity.

Gameplay

This is a two player, turn-based strategy game. The goal is to defeat the opponents Ruler, which can be done by purchasing units.

Both players get 500 gold with which they can purchase troops.

You can purchase different Rarities of units; Normal, Magic and Rare.

Magic and Rare units will receive Traits which will put them apart from the Normal units. Magic units receive a single trait while Rare units receive two.

A random unit is chosen when purchasing one.

The game has 5 different units.

  1. Ruler: Weak unit, if he dies it’s game over.
  2. Acolyte: Magical unit, can cast fireball. Has high INT and RES.
  3. Rogue: Precision unit. Has high PRC and AGI. Makes him very hard to hit.
  4. Esquire: Footsoldier unit. Has decent stats all around.
  5. Brute: Rampage unit. Has high STR and HP, but is very easy to hit.

Character lineup

The game will keep going until either of the Rulers is defeated.

Because of a lack of time I wasn’t able to implement damage numbers or misses and such, which is why you can’t see when the units keep missing the Rogues

Code

During this project I made a few generator classes for units, maps and traits. Making and testing those generators was a lot of fun.

Generator Code

Research Design

Documenting your choices was important during this assignment. You can download this research here