PyWeek - House Caldwell - feedback

Fun Prod Inno Disq N/W Comments
1 2 2

A regrettably incomplete entry.

1 1 1

I was looking forward to this from the diary entries. Unfortunatly it's not enough of a game to even see what it was supposed to be, yet.

2 2 2

Good idea, but unfinished.

1 1 1

Nothing to say

1 1 1

looks unfinished

1 1 1 yes

Did not work on Linux due to filename case. IOError: [Errno 2] No such file or directory:
'/path/to/HouseCaldwellEntry/data/playerImage_64x64.gif'

3 3 3 yes

calling HouseCaldwell Main
player init
Traceback (most recent call last):
File "run_game.py", line 5, in <module>
HouseCaldwellEntry.__main__.main()
File "/home/senthil/Downloads/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/__main__.py", line 141, in main
player = Player ()
File "/home/senthil/Downloads/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/__main__.py", line 26, in __init__
self.image = pygame.image.load (data.load ("playerImage_64x64.gif", mode='rb'))
File "/home/senthil/Downloads/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/data.py", line 26, in load
return open(os.path.join(data_dir, filename), mode)
IOError: [Errno 2] No such file or directory: '/home/senthil/Downloads/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/data/playerImage_64x64.gif'

1 2 4

Oh well.. at least you have a player, missile and a target. I hope you'll finish it later, for the sake of your daughters exercise... and yours, too. ;-)

1 1 1

It doesn't seem like there's any gameplay. Is there supposed to be something about multiplication somewhere?

1 2 2

good work on entering pyweek.

2 2 2

Sorry to hear you ended up spending the end of PyWeek in waiting rooms. Hope to see you back next PyWeek. Richard also teams up with his daughter so you're in good company. :)

2 1 2

not completed, nice graphic! :)

1 1 1

Nice idea, but there isn't enough here to really call it a game yet. I like the artwork, though.

1 1 1 yes

Sadly, it did not work. Remeber: Just because your OS is case insensitive, that doesn't mean all OSes are (

1 1 1

MY EYES! PS: LINUX FILESYSTEMS ARE CASE SeNsItIvE !

2 1 3

I love your screenshot. You also get bonus points for including "press the mouse button to fire at the ducks" in the README. Shame you didn't get to finish the game.

1 1 1 yes

Wish you could have gotten more done - this would have been an interesting entry.

I laughed so hard that you actually implemented the template README.txt "how to play" game.

$ python run_game.py
calling HouseCaldwell Main
player init
Traceback (most recent call last):
File "run_game.py", line 5, in <module>
HouseCaldwellEntry.__main__.main()
File "/home/andy/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/__main__.py", line 141, in main
player = Player ()
File "/home/andy/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/__main__.py", line 26, in __init__
self.image = pygame.image.load (data.load ("playerImage_64x64.gif", mode='rb'))
File "/home/andy/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/HouseCaldwellEntry/data.py", line 26, in load
return open(os.path.join(data_dir, filename), mode)
IOError: [Errno 2] No such file or directory: '/home/andy/PyWeek-12-finals/House_Caldwell/HouseCaldwellEntry/data/playerImage_64x64.gif'

1 1 1

2 1 1

Obviously an unfinished entry. Sorry you were unable to finish, housecaldwell. Makes it very hard to rate any of the categories.

In my book, fun can be had in more than just the gameplay, though. So I marked up Fun on the virtue of the fact that you used your daughter's artwork. That's great. :)

I had no problems running what you've got. Hope to see you back next year!