Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I plan on adding a feature, where you will be able to set certain conditions, when to pause the game. Like, pause on 10% hp. And I also have some ideas for future content, which will allow you to do something similar to parallelization. 

(3 edits)

ngu's parallelization you could implement just as a percentage of 100, toggle doing an activity *0.5 and you have another .5 to use.. reduce micro manage,

usually they reduce it with que systems but sounds interesting to avoid it, maybe also having more general [if number is at x or x% then go ahead and buy thing,]

instead of micro waiting to set up the current thing, you add such setups without wait and wait to be surprised by what youll set up next instead.

its like the game can play in your head. it removes some pain and resistance but it makes sense to only have pain from waiting in an idle game, the alternative being making the controls fun which is a different game.

its a personal problem to not avoid mind blank during micro managing but anyway beautiful game

(+1)

The current idea I have in mind is that you will be able to get orb as a rare drop from mobs, you will be able to use those to upgrade certain things and when you upgrade skill or job, you will be able to run it all the time.

I would like to avoid adding a system like queue or something similar to ngu, because I think they can become anoying very easily e.g. you spend a lot of time optimizing the queue and then you unlock new things which makes it less efficient.