PyWeek - Programmers 3001 - feedback

Fun 2 Prod 3 Inno 3

yarolig

File path on linux should be with / :(
Did not win :(

Fun 2 Prod 3 Inno 4

DR0ID

Congratulations to have built something in a week!

Some sounds would have been nice. Or is it absolutely quiet in space?

Did not work

smoktwix

Get the following error on Mac:

self.bg_pic = pygame.image.load(r"game\images\how_to_play.png")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: No file 'game\images\how_to_play.png' found in working directory

Did not work

speedlimit35

I might come back to this later but the paths instead of using "/" had many of "\" instead. And it wasn't consistent either. I was going to change it but then there were too many.

Did not work

preatomicprince

Issues with res paths in code. Probably due to using backslashes in paths, which causes issues for POSIX systems. Tested on Ubunutu 20.04. I noticed you said it works on Linux so unsure why it isn't working here.

Issue traceback:

FileNotFoundError: No file 'game\images\how_to_play.png' found in working directory '/home/user/Downloads/pyweek-main'.

Fun 3 Prod 3 Inno 4

mit-mit

This was a cool concept, I liked the idea of it: there were a decent variety of things to do, even if most are just point and click. The experience was probably a little bit short? perhaps consider removing the timer and adding a few more instructions you have to find along the way to maybe make the game play go a little bit longer, but it was short and sweet: good work! P.S. consider using os.path to build system independant paths to files (I had to manually edit all the paths in the code to get to work on osx)

Fun 3 Prod 3 Inno 3

RicBin

Cool idea, but too short.

Fun 3 Prod 2 Inno 2

Jsteele

Fits the theme.

Fun 3 Prod 3 Inno 3

Hammish47

pretty fun game

Fun 2 Prod 3 Inno 4

Cosmologicon

I like the idea a lot! A few more stages or more content would have made this a really solid entry. Though I do like that the key moves between games, so it's not exactly the same each time. Good tense atmosphere too.

Fun 3 Prod 2 Inno 5

Lanecrest

The game concept is really fun! You can feel the pressure :)

Fun 3 Prod 2 Inno 3

Lemonadehead

The short timer was a fun challenge. I also like that the key changed locations for each playthrough. I wish the other items did too. I also wish there was a replay button in the game instead of having to relaunch it, especially for how quick the game is.

Fun 2 Prod 2 Inno 3

siddhartha13

Fun little game. Replayable by having the key spawn in different spots, but it would be nice if the crowbar was in a different spot too (played 3 times and got the same spot every time). After going back to the main menu, pressing space again led to an instant victory, so to replay I had to restart the game.

Fun 2 Prod 1 Inno 3

ncrohawk

interesting take on point and click, but I found that I was just clicking wildly with no direction and completing the game.