Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Currently after some progress there is no point in merging new runes because energy regeneration is always 1/sec and player can't do anything with it.

It took few hours of just sitting and waiting to unlock all 10 stages, which is silly.

I think I have perfect solution for this complexity problem!

Since every stage requires exponentially more energy than the previous, my suggestion will not make the game too fast also, since it gives additional linear growth.

_______________________________________________________

THE SOLUTION:

Amount of energy regenerated per second should be equal to the ritual number - amount of the solved pazzles.

At the beginning nothing is solved, regeneration 0.

So, you solved the first pazzle and got the required number - now it's ritual 1 and 1 energy/sec; than after the second solved pazzle it's ritual 2 and 2 energy/sec, etc.

-------------------------------------------------------

Suggestion: adding below the portrait total amount of energy to unlock the next stage and how much left to make progress more visible.

Suggestion 2: making 4 cells instead of just 3, so you can get "+1", "+2", "+3" or "+4" (with equal probability), as others mentioned sometimes it takes plenty of time to get "1/2" cell for the solution.

Or "+1", "+2", "x2" and "x3" - that will be even better, I think.

Well, even without "x3" and just 3 cells "+1", "+2" and "x2" everything is going to be much faster.

_______________________________________________________

I liked the game and I hope my suggestions will help!

I have plenty of experience with calculating algorithmic complexity and the speed of the progress, so I will be glad to help with the balance. :)

(+1)

Thank you so much for such detailed and valuable feedback!

I really like the idea of scaling energy regeneration with the ritual number / solved puzzles, because it keeps the progression under control while still making the player feel constant progress.

Thank you for taking the time to explain the problem and suggest such a clear solution. I will definitely implement these suggestions in the next parts of Runecaster.

And thanks for the other suggestions as well - they will make the progression much clearer, improve the puzzle flow, and reduce unnecessary waiting.

I really appreciate it!