PyWeek - Our First Pyweek - feedback
Fun | Prod | Inno | Disq | N/W | Comments |
---|---|---|---|---|---|
2 | 2 | 1 | Addictive. |
||
3 | 3 | 2 | This is too fast for me :D |
||
2 | 2 | 3 | Huh! This game got fast. Also my CPU got really hot (89°C). It is repetitive. Maybe try to add more things next time. |
||
2 | 3 | 2 | It wouldn't run for me at first. I think it's a pygame version issue. It said "fill() takes no keyword arguments". But I deleted the "rect=" on line 310 and now it works fine. Here's one tip: I notice that you have the clouds descend faster than the feathers. I think you should have them descend slower, several times slower. You just need to give the *idea* of moving upward. As it is now, after four levels my brain hurt. Obviously, it needs more challenge and more variety to have much replay value, but it seems like a good start! |
||
2 | 2 | 3 | Missing some sounds and music! The menu was a nice touch, and so was the gauge at the side. On my PC this game was lightning fast! I'm unsure if there was any real skill involved in playing, as i'd need the reflexes of a raven! |
||
3 | 2 | 3 | With some tuning and a few more features, this could probably become a fun game. As it is, the speed is painful. By the time baddies started showing up, everything was a blur. I had to pause between levels to rest my eyes before I could continue. |
||
1 | 2 | 1 | Runs too fast! It seems that the more sprites there are onscreen, the faster it goes (rather than slower) so when there are "baddies", they are impossible to see. Also, maybe its related but the controls are too sensitive. |
||
2 | 2 | 3 | Vertical movement is not very smooth, making it tiring to play. |
||
1 | 1 | 1 | yes | Crashes as soon as I chose "Start Game" - "NoneType is not callable". |
|
3 | 3 | 3 | smooth scroll<br> |
||
3 | 3 | 3 | yes | pguest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/pyweek_9_all_torrent/27_hStCollab_turbofeatherinterceptor0v5$ python tfi.py |
|
1 | 1 | 1 | yes | Crashed: Traceback (most recent call last): |
|
1 | 1 | 1 | Not much of a game. |
||
3 | 3 | 3 | yes | did not work |
|
3 | 3 | 3 | yes | File "tfi.py", line 331, in <module> |
|
4 | 3 | 3 | The insane speed is surprisingly fun. |
||
1 | 1 | 1 | yes | Got this error: SyntaxError: Non-ASCII character '\x89' in file sky.png on line 1, but no encodi |
|
1 | 1 | 1 | yes | This is the error: |
|
1 | 1 | 1 | yes | <pre>Traceback (most recent call last): |
|
2 | 2 | 2 | Ah that hurt! I got a headache after playing your game.. that background jitters too much and i |
||
3 | 3 | 2 | I had to edit line 310 of tfi.py to read: self.meter.fill((200,100,100,100), pygame.Rect(2,400-partial,12,5)) in order to get the game to work. I had a fun few minutes flying through the clouds collecting feathers with the raptor. It would have been even cooler if there was a little more to the game. |