PyWeek - Wood&Wolf - feedback

Fun Prod Inno Disq N/W Comments
3 5 4

fun and cute, though some more structure to the gameplay (e.g. ability to make progress) would make it much more fun.

<p>bug note (didn't affect how i judged it): sound gradually stopped working a few minutes in (repeatably), first the music, then most but not all other sounds. (Mac OS 10.4.)

2 4 3

Nice graphical style, but the gameplay was frustrating. The panty shot when the fairy moves down felt unnecessary and tacky.

4 5 3

Wow, excellent work on the graphics. The music fits well, too. I like how the grass moves as you blow on it. The gameplay is not too complicated and it's fun, though there is the problem when there are too many bugs, it's hard to keep them at bay. I enjoyed this game until I realized I couldn't keep up with the bugs anymore.

3 4 3

nice looking game, but the gameplay dulled quickly.

5 5 5

This was a real pain to start on my Gentoo box. I had to add data/sound to pyglet.resource.path
and remove the directory name from all the sound loading functions. It then immediately
segfaulted :\

However, once it worked I was impressed! This game is something I expect to see as a popular
casual game on the Internet. I think I could waste hours playing this, and really hope you win.

5 5 4

Beautiful background.<br>
The characters are lovely, lively and not bland.<br>
The only (slightly) weak point of visuals are the animated leafs, but, given the timespan, understandable.<br>
Music is not only good but it fits the overall game feel.<br>
Ahhhh, wish there were subsequent gameplay situations to continue...

3 4 4

Simple but good fun, and well put together. Snail is a bit frustrating though - even with a full load of breath it doesn't always come off.

4 5 4

Really enjoyed this game! The physics feel nice, the graphics look really polished and the game just has a certain grade of professionality that I think is amazing to accomplish in just one week.

One minor detail: why is there no keyboard support in the menu? The normal game controls are also performed by the keyboard, why do I have to switch to the mouse to control the menu?

2 4 3

It looks very cool but the game is very slow-moving

4 4 4

Adorable graphics, fun little game.

3 5 3

I think that unwinnable games are very sad.

2 5 3

With more to do and some kind of goal to aim for, this could be a very nice game.

4 5 5

Wow, interesting idea. The blades of grass swaying in the wind were very impressive.

4 5 3

Very cute graphics although shallow gameplay. But the graphics and accompanying music make the entry fun to play!

3 4 4

Very cute! Damn those snails!!!!

4 4 4

Sweet game!

4 5 4

nice production values and physics

4 4 2

Very nice entry

2 5 3

Amazing graphics, boring gameplay.

2 4 3

Lacking in lasting gameplay but technically strong.

3 4 3

A really nice game. A big plus is the self-made music! The only thing it is lacking is a bit of content, like multiple levels or some story or something.

2 4 3

3 3 3 yes

python run_game.py
Traceback (most recent call last):
File "run_game.py", line 4, in <module>
main.main()
File "/home/macarse/Desktop/cripto/LawnFairy/gamelib/main.py", line 14, in main
game = GameWindow(800,600, "Lawn Fairy")
File "/home/macarse/Desktop/cripto/LawnFairy/gamelib/GameWindow.py", line 948, in __init__
self.audio = Audio()
File "/home/macarse/Desktop/cripto/LawnFairy/gamelib/GameWindow.py", line 909, in __init__
background_music = resource.media('sound\\Lawn Fairy Theme.wav', streaming=False)
File "/home/macarse/Desktop/cripto/LawnFairy/pyglet/resource.py", line 575, in media
raise ResourceNotFoundException(name)
pyglet.resource.ResourceNotFoundException: Resource "sound\Lawn Fairy Theme.wav" was not found on the path. Ensure that the filename has the correct captialisation.
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted

2 4 2

Nice audio in this one, and I like the leaf physics very much. The game doesn't really have that much surprises on it, however.

3 4 4

Nice and well-produced mini-game! :)

3 3 3 yes

Crashes trying to load a sound file. :-(