are the download games a meta wtf
dessertdust2
Recent community posts
Wished there were more bullets and they were slower, so its less about reactions and more about pattern recognition and avoiding skill. Also hitboxes are huge, annoying to avoid small missile as small ship when the missile start airbursting on the random rectangle around my ship and dealing damage
It feels like the speed should be inverted, the big ship should have faster speed to offset its bigger hitbox, and small ship should move slowly to offset its smaller hitbox
That and every powerup seemingly helping small shit more than big ship, and the mechanic of becoming a bigger ship is something I want to avoid instead of interact with
Log: Softlocked myself by not buying any funds factories.
Log: I restarted the page, bought funds factories, what are the other things even for?
Log: Got 1 million with just funds, tried to buy rocket but had no space, found out you can upgrade them...
damn. This is such a cool idea. If you had a proper tutorial on it or something, it would be a great colony simulator. Also let me place buildings with mouse 1.
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.