FoonLudum Dare ExplorerLD35 → Wolves and Sheeps

Wolves and Sheeps

By distemp7

View on Wayback Machine

CategoryRankScoreCount
Innovation2833.39
Theme4153.50
Graphics7732.94
Mood7912.76
Fun8142.78
Overall8272.94
Coolness171235

Comments

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

dragonzbw 2016-04-19 00:01

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

distemp7 2016-04-19 02:18

Update: Fixed bug with NaN wolves (was because of bad rounding).

peachtreeoath 2016-04-19 04:35

Good potential, I wanted to play more.

ghust1995 2016-04-19 04:38

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 =)

bobsleigh 2016-04-19 04:41

Maybe too easy. Would have been nice to have sound. Graphics were minimalist but very nice.

distemp7 2016-04-19 05:23

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));

vururia 2016-04-19 13:07

Solid entry. I wish there was music, that was I would have gotten into the mood better. Love the minimal graphics.

vctr_seleucos 2016-04-21 14:23

Nice idea for a game, but it needs some music!

pixzleone 2016-04-21 14:31

Wow, nice concept! Well done!

fb_holzbaum 2016-04-22 09:27

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.

lostalloy 2016-04-22 22:21

I like how you used the shapeshifting concept on this game!

2016-04-26 08:45

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

westernplains 2016-04-27 21:55

Amusing! I think this concept would have been better done in a top down view, though.