windowframe by managore 2016-04-21T07:52:00
brilliant game
Foon → Ludum Dare Explorer → Users → distemp7
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Mo | Co | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2016 | 35 | Shapeshift | Wolves and Sheeps | jam | 827 | 2.94 | 2.78 | 3.39 | 3.50 | 2.94 | 2.76 | 35 |
brilliant game
This game is little confusing but still interesting because of good atmosphere.
I was deeply touched. T_T
I want full version of this game with ranking, more shapeshifting and more atmosphere! Go team bugs!
Gameplay of this game is quite smooth and nice, but game is too easy and is played like classic platformer (ability to transform objects did'nt add anything exept using mines).
Update: Fixed bug with NaN wolves (was because of bad rounding).
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));
Funny story and cute art, but icons are white and level is simple.
Nice and simple puzzle game.
Good game, pretty good graphics and funny music. I think it needs prediction of next shape like tetris (or "shapes wheel").
I didn't understood how to get through "corner" tunnels. I think game needs to have some sort of tutorial level (at the beggining of the gane) where player can learn mechanics without being punished.
But game itself is great.
This puzzle is interesting but player can't restart level when stuck. I liked concept of the game, it's worth further developing.