itch.io is community of indie game creators and players

Devlogs

Devlog: Production 1

Heaven Siege
A downloadable game for Windows

Hello readers of this devlog, here we are with another update !

This week we started our first week of production. In this production week we took some of our concepts and started producing them for our final game. Also the programmers started making some of the mechanics more permanent and better.

Wave management Implementation

The wave management has also been improved. Now the path that the enemies can follow is easy accessible and it is also easy to create an extra path if needed. For now the wave just increments with 1 enemy per wave. But this will ofcourse be changed later on when we are balancing the game.

Example of path following implementation

this is the script that gets applied on the path prefab

And as part of the implementation now the wave manager can also spawn multiple enemy types if needed. So as you can see the wavemanager script can receive a array of enemy prefabs. this will later on be used to spawn different enemies with different waves.

Implementation of multiple enemies in wavemanager

So with this implementation it is now possible to customize type and amount of enemies getting spawned and also the different types of paths the wave can traverse.

Camera and Radial Implementation

We also implemented the camera movement again. this time we used the build in camera feature where you can customize different things that the camera needs or can do. And the radial menu is also implemented again where you can place towers on predetermined spots on the map

Art Concept Design

For the first week of production, we started by focussing on creating concepts. Through sketches, color studies and blockouts we were able to create some early designs and assets that can already be used by our programmers as placeholders.

Download Heaven Siege
Leave a comment