I made this while learning some code programming. :D

How To / Game Rules :

  1. Each slime will spawn some coin every second.
  2. Slime can be purchase for some amount of coins. 
  3. Food will spawn every 10 sec and can reduced by 0.5s each time the upgrade purchased.
  4. Food time ugprade price increase each time it is purchased.
  5. Food price is 15 coins each.
  6. Slime died if hunger reach 0.
  7. Slime can be clicked to show the hunger info.
  8. Game will restart if the slime count become 0.
  9. Enjoy.

Asset Used :

StatusPrototype
PlatformsHTML5
Rating
Rated 3.0 out of 5 stars
(2 total ratings)
Authorkanbarudesu
GenreSimulation
TagsIdle, Mouse only, Singleplayer, Slime, Unity

Comments

Log in with itch.io to leave a comment.

Love the concept, but missing some "upgrade" that clicks the food button for you, that was painful.

I didn't try to go to the next slime anymore. Do you know, given the limit in food spawn, what is the max number of slimes you can keep alive?

Thanks for the idea, I'll put it in my notes.

For the food spawn i set the limit to 2sec per food because if i put it lower than that, it feels too fast.

There no limit of slime can stay alive, it based on the slime luck XD, i put the food spawn at random position, so if the slime cant find or reach any food they will die.

btw, thanks for playing :D

Good concept.  Progression is a bit slow, until the game bugs.  slimes got stuck, stopped getting hungry but kept generating coins. also increase food spawn doesn't consume all the coins it says it costs.

A good start. I hope to see more of it fleshed out.  

(+1)

thanks for the feedback and for pointing out some bugs. I didn't pay attention to the timer cost and forgot to change the temporary price on the code XD. 

I already fixed the bug you pointing out and made some change with the slime price and coin/second. hope you like it :D

looks good.  progress seems to be smoother.  I didnt see any issues with slimes getting stuck this time and the costs seem accurate.
would be nice if when a slime died the lost decrease, maybe if the calculation for cost was based on living slimes instead of purchase count.    but the improves are solid.

Do you plan to expand further on the concept?  

(+1)

i will put it like this now and do another project, still need to improve my coding skills. the code of this project is also a bit messy, so maybe I'll rework the code for this game later in the future and maybe add some new feature.

(+1)

reworking code always gets me into trouble.  :) Im terrible at completing projects. never actually published anything to a site. so your doing better than I am.  happy coding. take care.