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>
by clustering the feathers in patterns you could variate the challenge and the visual.<br>
rendering the feathers in different colors would add another visual element to play.

3 3 3 yes

pguest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/pyweek_9_all_torrent/27_hStCollab_turbofeatherinterceptor0v5$ python tfi.py
Traceback (most recent call last):
File "tfi.py", line 331, in <module>
main()
File "tfi.py", line 328, in main
menu.loop()
File "tfi.py", line 151, in loop
feathers,time = level.loop()
File "tfi.py", line 310, in loop
self.meter.fill((200,100,100,100),rect=pygame.Rect(2,400-partial,12,5))
TypeError: fill() takes no keyword arguments
guest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/pyweek_9_all_torrent/27_HhStCollab_turbofeatherinterceptor0v5$

1 1 1 yes

Crashed:

Traceback (most recent call last):
File "C:\Documents and Settings\Gary\My Documents\Downloads\pyweek-9-all\hh-st-collab\turbofeatherinterceptor-0.5\tfi.py", line 331, in <module>
main()
File "C:\Documents and Settings\Gary\My Documents\Downloads\pyweek-9-all\hh-st-collab\turbofeatherinterceptor-0.5\tfi.py", line 328, in main
menu.loop()
File "C:\Documents and Settings\Gary\My Documents\Downloads\pyweek-9-all\hh-st-collab\turbofeatherinterceptor-0.5\tfi.py", line 151, in loop
feathers,time = level.loop()
File "C:\Documents and Settings\Gary\My Documents\Downloads\pyweek-9-all\hh-st-collab\turbofeatherinterceptor-0.5\tfi.py", line 235, in loop
start_time = self.timer()
TypeError: 'NoneType' object is not callable

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>
main()
File "tfi.py", line 328, in main
menu.loop()
File "tfi.py", line 151, in loop
feathers,time = level.loop()
File "tfi.py", line 235, in loop
start_time = self.timer()
TypeError: 'NoneType' object is not callable

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
ng declared; see http://www.python.org/peps/pep-0263.html for details

1 1 1 yes

This is the error:
Traceback (most recent call last):
File "C:\Users\MICHELE\Music\Nuova cartella\turbofeatherinterceptor-0.5\turbofeatherinterceptor-0.5\tfi.py", line 331, in <module>
main()
File "C:\Users\MICHELE\Music\Nuova cartella\turbofeatherinterceptor-0.5\turbofeatherinterceptor-0.5\tfi.py", line 328, in main
menu.loop()
File "C:\Users\MICHELE\Music\Nuova cartella\turbofeatherinterceptor-0.5\turbofeatherinterceptor-0.5\tfi.py", line 151, in loop
feathers,time = level.loop()
File "C:\Users\MICHELE\Music\Nuova cartella\turbofeatherinterceptor-0.5\turbofeatherinterceptor-0.5\tfi.py", line 235, in loop
start_time = self.timer()
TypeError: 'NoneType' object is not callable

1 1 1 yes

<pre>Traceback (most recent call last):
File "tfi.py", line 331, in <module>
main()
File "tfi.py", line 328, in main
menu.loop()
File "tfi.py", line 151, in loop
feathers,time = level.loop()
File "tfi.py", line 235, in loop
start_time = self.timer()
TypeError: 'NoneType' object is not callable</pre>
On windows, python 2.5 and 2.6 and pygame 1.9.1

2 2 2

Ah that hurt! I got a headache after playing your game.. that background jitters too much and i
go too fast.. it has potential though! Maybe a pyggy entry? :)

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.