PyWeek - team 53 - feedback

Fun 4 Prod 4 Inno 5

DR0ID

nice concept. Could have had more levels.

Fun 3 Prod 3 Inno 4

mit-mit

I liked the game concept you had going here, it looked like if you expanded this out to a few more levels and do some good puzzle level design it would be really fun. I hope that you get a chance to build on this. Good work!

Did not work

fireclaw

This won't work outside of windows. Use os.path.join next time.

pygame 2.0.1 (SDL 2.0.14, Python 3.8.6)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "run_game.py", line 20, in <module>
icon = pygame.image.load("game_files\\blob.ico")
FileNotFoundError: No such file or directory.

Fun 3 Prod 2 Inno 3

yanigisawa

A neat idea, thanks for submitting!

Note: I had to modify the source files to change the assets to load with forward slashes rather than back slashes. E.g.:

icon = pygame.image.load("game_files/blob.ico")

instead of

icon = pygame.image.load("game_files\\blob.ico")

I think the former syntax works on all platforms, vs. the latter only works on windows.

Did not work

discretegames

Crashed - couldn't find blob.ico.

Did not work

Chard

Crashed immediately on initialisation:
```
Traceback (most recent call last):
File "/home/richard/pyweek/31/corcle/corcle/source/run_game.py", line 20, in <module>
icon = pygame.image.load("game_files\\blob.ico")
FileNotFoundError: No such file or directory.
```

Fun 3 Prod 2 Inno 4

speedlimit35

The game did not run at first because all the file paths used "\\" instead of "/". This might be an operating system issue. Anyways, I changed that and played the game. The concept great and fun. It would be nice if it had more levels though.

Fun 3 Prod 3 Inno 4

Green_boyY

would like some more levels.

Fun 3 Prod 2 Inno 3

tizilogic

Very nice and simple game mechanic which can be extended upon as I see it. It's nice that it isn't entirely obvious what one has to do and that I don't have to restart from the beginning when I fail a level. It's rather challenging to get the $ since one of the red dots warps position, which can be seen as an additional difficulty.

Congrats on finishing an entry!

Fun 3 Prod 2 Inno 5

RicBin

I really liked the dynamics of getting small or big, it need more levels to make it more fun. I do not see very well the relationship of the game with the theme.

Fun 2 Prod 1 Inno 3

MasterPice

interessing game idea

Fun 3 Prod 3 Inno 4

doodletaco

This was a neat concept! I think a little more instruction would have been helpful, but I had fun. The use of changing size was really cool.