What is this Project about:
Defense the LAST CIRCLE in the geometry world.
- 10 unique and powerful defenders.
- 6 unique and aggressive attackers.
- Globe Ranking: compete with players all around the world.
- Endless waves examine your skills.
- Nice graphic effects.
- More defenders & attackers coming in the updates!
What have I done in this Project:
This is an indie game all made by myself – from the initial design prompt, artworks, UI/UX, as well as programming and publishing the game.
What challenges did I face:
Initially, I chose GameSalad because I thought this is a small-scale project that doesn’t require a more complex engine such as Unity3D. However, programming this game in GameSalad is harder than it seems. Since there are no functionalities such as prefabs or child/parent game object that exist in this game engine, I have to program them as tools from the ground up.
The algorithm that makes the turrets built on the center circle requires complex math calculation to get the transform altered to the exact wanted position. I had generous help from a community member regarding the equation, yet I have to figure out how to implement it into my game.