PyWeek - infinite forest - feedback

Fun Prod Inno Disq N/W Comments
1 1 1 yes

Missing image is nowhere to be found. :( Well, at least you followed the theme and didn't let us
in the game. :)

1 1 1 yes

Missing image causes crash.

1 1 1 yes

Couldn't open C:\Users\Cody\Pictures\temp.png

1 1 1 yes

$ python game.py Traceback (most recent call last): File "game.py", line 275, in main() File
"game.py", line 221, in main Background(screen,
pygame.image.load(r"C:\Users\Cody\Pictures\temp.png")) pygame.error: Couldn't open
C:\Users\Cody\Pictures\temp.png

1 2 2

its an unfinished entry I guess

1 1 1

Missing a background png: changed line 221 from “Background(screen,
pygame.image.load(r"C:\Users\Cody\Pictures\temp.png"))” to “backsurf =
pygame.Surface((1000, 1000)), backsurf.fill((0, 0, 0)), Background(screen,
backsurf)”, working now. I guess it’s just a demo engine for a platformer, but seems to work
well. Not really actually a game.

1 1 1 yes

Missing files (C:\Users\Cody\Pictures\temp.png)

1 1 3

Tries to load an unpackaged image, so needed to add something so the game worked.

OK as a demonstration of something to build a platformer out of, but no actual game

1 1 1 yes

temp.png

1 1 1 yes

Just freezes on me.

1 1 1 yes

well, maybe the picture is missing. Traceback (most recent call last): File
"C:/Users/TJ/Desktop/Infinite_forest_final/Infinite_forest/game.py", line 275, in
main() File "C:/Users/TJ/Desktop/Infinite_forest_final/Infinite_forest/game.py",
line 221, in main Background(screen,
pygame.image.load(r"C:\Users\Cody\Pictures\temp.png")) pygame.error: Couldn't open
C:\Users\Cody\Pictures\temp.png

1 1 1 yes

Missing temp.png