Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dessertdust2

4
Posts
A member registered Jun 13, 2021

Recent community posts

This game has promise. But it has so overbearing issues it's nearly impossible to give positive feedback on. Instead, I will write the problems and solutions that you really need.

Problems:

It's impossible to know what, for example, "growth" means when half of the time it's called weekly growth, the other time it's called just growth. Is weekly growth different from normal growth? Is normal growth daily? No idea. I still have no concrete proof of when growth activates, but hey, at least you wrote it differently every time it's mentioned!
Too many things just say "greatly improves" or +1 (random word which is not defined anywhere) I have no idea what ANYTHING does, because it seems like neither do you.
It's not same as having no descriptions. It's like half of your descriptions actively mislead or straight-up lie.

Solutions:

Prevent crashes on every unintended behaviour by limiting player choice until you are absolutely sure the player can do it without crashing.  Do not let me move the character before the map is loaded, so it won't crash. Do not let me move my units into Armor slots so it won't crash. Sometimes it feels like I have more options to crash the game in a specific menu than ways to close it normally. 

Write code that renders the armour and magic stats' text dynamically based on their effects instead of writing in manually for every new item like a madman and then you have a playable demo.
For example, do not write "item increases magic greatly" but instead, have the magic buff spell be "item increases magic by variable%". Now you only need to change the variable in code, instead of having to manually write everything and mess it up.

Even better if instead of "magic" resistance it's just a variable name itself, so it'd be: "itemtypevariable effectvariable typevariable valuevariable"
so you can get stuff like: "Hat increases magic by 10" or "Leggings give 1 random spell"

It's very easy to code, saves time, and most importantly makes it possible to understand what the hell anything in the game does.

Just stay in middle and you can never lose, because you always have time to fall to left or right most corners.

Its basically just a lottery if you survive a block or not.