📱 Merge Seige

A merge stragergy game where you merge units and place them to win simulated fights.


Summary

Role: Programmer
Team Size: 4
Engie: Unity
Platforms: Android
Studio: 🔗 Fumb Games

Get it on Google Play

Merge Seige is a prototype game where you strategize placing troops ona grid and watch them battle.


This was a filler project while other projects were tested for their market value. I worked on this for about 3-4 weeks only and the code reflected the tiem spent on it.

The most challenging part here was the AI setup for the game. As the entire fight was AI I had to make the logic for movement and attacking for both the player and enemy units. The movement proved to be a big pain as detecting if a unit was ahead of the unit moving was really trickey to nail down. I did eventually get it working with raycasting and a slight delay to the logic for each line by a frame.

Other than that the game went rather well. There were few bugs with the combat and the scene transitions etc. As this wqas just a prototype it only had 3 levels on loop so not the most complex of game to produce.