PyWeek - Universe Factory 31 - feedback
icemoon97
Tee
This is a cool puzzle game. This might need a softer ramp-up curve, it was more challenging than I expected (which admittedly got in the way of my enjoyment a bit). Having trees be non-adjacent is what makes this interesting; I often would know what to do but not how to execute it. Great production value as usual, it's really charming. I unfortunately was only able to play a few levels because I'm short on time this week, but I want to get back to this in the future. Great work as usual! And nice way of dodging the theme. :)
yanigisawa
A neat misinterpretation of the "Cops" theme. Very high production quality. Thanks for submitting!
discretegames
Excellent graphics obviously. And cute little game.
But not exactly about cops... 🤔
Chard
This reminds me of Chromatron! I got stuck on "Gnatasha" but will try again later.
speedlimit35
This game was too challenging for me. I could only get past the first level. I guess I'm just bad at puzzle games...
DR0ID
I enjoyed the puzzle mechanics but rated innovation lower because of the lack of the theme
mit-mit
This was a very enjoyable puzzle experience: I really liked the mechanics of the game, it was challenging but fun, a really unique idea. The production value was great, really well balanced and charming visuals and I liked that I could change the background music, even though the default option was the best :) ...
Matthgeek
I ran the game using the command line, then go this.
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 "C:\Users\Lugardos\Downloads\gnorman-v2\gnorman\run_game.py", line 1, in <module>
from src import maff, main
File "C:\Users\Lugardos\Downloads\gnorman-v2\gnorman\src\main.py", line 26, in <module>
sound.playmusic(settings.mtrack)
File "C:\Users\Lugardos\Downloads\gnorman-v2\gnorman\src\sound.py", line 39, in playmusic
s = getsound(fname)
File "C:\Users\Lugardos\Downloads\gnorman-v2\gnorman\src\sound.py", line 13, in getsound
return pygame.mixer.Sound(fname)
pygame.error: Unable to open file 'music\\ferret.ogg'
The game was very well made, felt pretty intuitive to play and I appreciated the quality of life elements like being able to change game speed or click on a flower to highlight only the energy it was sending out. The puzzles were good, although I found some of the later levels to be frustrating, as the maps got so big and complicated it felt like my only option was lots of trial and error rather than figuring out some clever trick or solution.