
I’ve been working a lot more on learning C# and playing around with art styles. The game will be a platforming-adventure game, with a lot of environmental storytelling and world building. It will have a simple combat system to create the sense of enemies in the world and to be able to have faster paced reaction gameplay. I’m just trying to iron out the mechanics right now and make them feel good to use, while designing more interesting choices in the game and adding depth.
My ultimate goal with the game is to have a vertical slice of a game, which will be fun and show the potential depth. And to create the vertical slice completely by myself to practice all the different aspects of game development.
I’m fairly happy with how the art style is looking, I am planning on having a bit more detail in both the modeling and the textures. I will also add more contrast between the player and environment.
The combat system for now is that you have a ranged attack that removes enemy armor and a melee attack that cannot damage units with armor. So you have to stay at range a bit and pepper them with throwing stars then run in for the finishing blow. I am currently in the process of designing enemies that work well with this combat. The one enemy I have now is a simple “Gumba” type enemy, so the player can’t just run through all the levels, so he can earn easy resources, to create a sense of hostility in the world without making the game super hard in the beginning and to introduce the player to enemies and combat.