Play game
Trash Collector's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Trash | #20 | 3.714 | 3.714 |
Pompous | #23 | 3.071 | 3.071 |
Overall | #27 | 3.000 | 3.000 |
Enjoyment | #28 | 2.714 | 2.714 |
??? | #36 | 2.500 | 2.500 |
Ranked from 14 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
I played this game a lot longer than I expected to. Great showcase of the intoxication of filling bars and rising numbers
Nothing more trash then 'Make number go bigger' 😁
how do I unlock the other animals, I got the racoon to like level 30
Upgrading any animal to at least level 1 lets you use them. They have increased trash amounts at slower paces. I've been told to include tutorial elements, but I just built it hoping players had done clicker games before.
That cost curve is prettttttt steep tho
Congrats! I'm curious how long it took for you. I used a formula to determine upgrade costs with a decrease at the upper limit of each. So I'm sure balancing is needed.
Here's the formula if you have suggestions (upgradeTrash is the current price, startingUpgradeTrash is the initial price):
upgradeTrash = Mathf.CeilToInt(upgradeTrash + (0.25f * upgradeTrash * (1.0f - (upgradeTrash / (100f * startingUpgradeTrash)))));
The Pompous Trash clicker we all needed
It has ants, 10/10
That means a lot coming from an expert.