parias001 2016-12-16 02:26
I find it a little bit difficult to see what's happening in the game :/ hope you can fix that! :)
Foon → Ludum Dare Explorer → LD37 → Combine Harvest
By brisk
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Audio | 230 | 3.06 | ||
| Innovation | 276 | 3.25 | ||
| Fun | 386 | 3.00 | ||
| Overall | 387 | 3.13 | ||
| Mood | 422 | 2.80 | ||
| Graphics | 433 | 2.75 | ||
| Theme | 440 | 3.25 | ||
| Coolness | 1224 | 35 |
I find it a little bit difficult to see what's happening in the game :/ hope you can fix that! :)
It reminds me of a minimalist version of a crafting game, in a good way! It's fun discovering the rules of the world for yourself.
Neat crafting game, although it was quite unclear what everything did, or how to make combinations.
Haha a simple art style but I had a lot of fun with this one!
I enjoyed this game, I didn't get everything but I had a lot of fun doing it
I couldn't really figure out what to do.
I managed to pick up a flaming stick and make a fire, but then couldn't put it down or seem to do anything else except make loud noises when I pressed a key.
Might need some more instructions.
Cool game, pretty unique and interesting
Nice mood with relaxing gameplay and music that's a good match. I checked off more than half the stuff. I did wish the play area was a lot bigger on the screen - I would have fallen deeper into the trance.
Element are a bit too small, it's note easy to understand what is happening and what we are doing with all this stuff.
Variety of objects is quite nice though :)
Regarding size of the gameplay, yeah I've realised it doesn't work well at certain resolutions. It's a result of the base resolution (640x480) and the fact that I've only allowed it integer scaling (2x, 3x). To really fix this I'd need to change the background image and several assumptions in the code (haste makes me abuse literals...), which apart from being a pain is probably beyond the spirit of "only bug fixes". The hacky alternative would be to remove the integer constraint at the risk of making it fuzzy and wobbly, which I really don't want to do.
So yes, too small on some screens: known problem. Remediation: play on a lower resolution screen or reduce your screen resolution if easy enough.