PyWeek - theoretical_programmers - feedback

Fun 2 Prod 2 Inno 1

icemoon97

Shades of chrome's offline dinosaur game. Could use a lives indicator.

Fun 1 Prod 2 Inno 2

DR0ID

Seems unfinished.... and the controls where not clear. There where not health or high score indicator.

Fun 2 Prod 3 Inno 3

mit-mit

It was a pretty straight forward game, but it seemed to work and do what it set out to do. It had a menu which was pretty cool and nice choice of music, graphics looked OK: good work! P.S. I'm running in osx, so I had to manually edit all your backslash hard coded paths to get the game to play .... you should have a look into os.path to create non-OS dependant paths.

Did not work

fireclaw

Lots of path problems...

Next time try to use os.path.join to create paths instead of OS specific ones. Also make sure the names are identical with those in your asset folder some systems are case sensitive.

Fun 1 Prod 1 Inno 1

yanigisawa

I had to change all of the "\\" to be "/" so that I could run this on MacOS. Once I did the game ran.

However, I'm not sure what the objective is. There does not seem to be any notion of a score, or distance traveled. Nor is there a visible health meter to indicate why the game stops running after I get hit with a few bullets.

Did not work

speedlimit35

Game couldn't run:

pygame 2.0.1 (SDL 2.0.14, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/Desktop/pyweek31/theoretical-programmers/main.py", line 3, in <module>
from source.game import play
File "/Desktop/pyweek31/theoretical-programmers/source/game.py", line 9, in <module>
list_of_bgs = [pygame.image.load(x) for x in list_of_imgs] # a list of images objects
File "/Desktop/pyweek31/theoretical-programmers/source/game.py", line 9, in <listcomp>
list_of_bgs = [pygame.image.load(x) for x in list_of_imgs] # a list of images objects
FileNotFoundError: No such file or directory.

Fun 2 Prod 2 Inno 2

RicBin

Need to be finish.

Fun 1 Prod 1 Inno 1

MasterPice

crashed more than one time

.. well.. not so much to play

Fun 3 Prod 3 Inno 3

Green_boyY

- for zip bomb

Did not work

ano002

I have this error
self.surface.fill(bg)
TypeError: invalid color argument
at line 40

Fun 1 Prod 2 Inno 2

LargAnk

It was quite unfinished. There were still errors and it was printing things as I played. The bullets come at the same time, and the jumping was kind of strange.