jyeray 2016-04-18 19:10
I think it is a fantastic idea but the game need music i think. But it's still funny
Foon → Ludum Dare Explorer → LD35 → Wolves and Sheeps
By distemp7
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Innovation | 283 | 3.39 | ||
| Theme | 415 | 3.50 | ||
| Graphics | 773 | 2.94 | ||
| Mood | 791 | 2.76 | ||
| Fun | 814 | 2.78 | ||
| Overall | 827 | 2.94 | ||
| Coolness | 1712 | 35 |
I think it is a fantastic idea but the game need music i think. But it's still funny
It doesn't work for me. It just says I have NaN and I need to save them from NaN wolves. The night passes and it says I won
Update: Fixed bug with NaN wolves (was because of bad rounding).
Good potential, I wanted to play more.
I liked the game however, it can be really improved with addind some minor new mechanics and sound effects. Would be a great mobile game to pass time =)
Maybe too easy. Would have been nice to have sound. Graphics were minimalist but very nice.
Update: Tweaked balance (math formula) to make it harder during last stages.
If somebody is interested - it looks like this.
init_sheeps = floor(random()*totalScore/100) + 3;
init_wolves = max(floor(random()*pow(init_sheeps, 0.8)), ceil(init_sheeps/5));
sheeps_needed = max(min(ceil(random()*(ceil(min (init_sheeps/init_wolves)) - init_sheeps/totalScore*100)), floor(init_sheeps-init_wolves)), ceil(init_sheeps/5));
Solid entry. I wish there was music, that was I would have gotten into the mood better. Love the minimal graphics.
Nice idea for a game, but it needs some music!
Wow, nice concept! Well done!
Very cool game.
I took me some time to figure out that I could kill wolves by clicking on them during day (but that was because I did not read the instructions properly). The idea is great. I'd love to play that on my mobile.
My one critique is that the game has no sound.
I like how you used the shapeshifting concept on this game!
Hi, nice game ! We're realizing a video with several games of the Ludum Dare #35.
Can you add your game on indiexpo.net ? (it's free)
So we can include also your game in the video ;)
p.s. write #LDJAM in the game's description
Amusing! I think this concept would have been better done in a top down view, though.