PyWeek - Anate Team - feedback

Fun 1 Prod 2 Inno 1

DR0ID

Congratulations to have built something in a week!

Looks rather unfinished.

Got this exception:

PS ...\35\journey-to-fairy-city\Journey to fairy city> py -3.11 .\main.py
pygame-ce 2.2.1 (SDL 2.26.4, Python 3.11.2)
Traceback (most recent call last):
File "...\35\journey-to-fairy-city\Journey to fairy city\main.py", line 32, in <module>
import game
File "...\35\journey-to-fairy-city\Journey to fairy city\game.py", line 353, in <module>
monstro_grupo.update()
File "...\python311\Lib\site-packages\pygame\sprite.py", line 556, in update
sprite.update(*args, **kwargs)
File "...\35\journey-to-fairy-city\Journey to fairy city\game.py", line 96, in update
dirvect.normalize()
ValueError: Can't normalize Vector of length Zero

Did not work

Pykemon010

I wasn't able to open the file

Fun 3 Prod 2 Inno 3

yarolig

Ok. The game works. But looks very unfinished. Not sure whats going on. But thank you.

Fun 2 Prod 2 Inno 3

speedlimit35

There is no fairy city.... this is what I wished for...
More technique for killing the spiders would be great and also a HP bar maybe. Right now I just spam attack and I don't know what I am doing, how I am doing, and where I am. But one day I hope to see this fairy city.

Fun 3 Prod 3 Inno 3

mit-mit

You had a good start to a game here: I was really looking forward to seeing a fairy city, but was pretty cool killing some spiders anyway :) ... I never really knew how much health I had at any time or when the spiders were actually in range to bite me. I kept getting a crash (line 96/97 in game.py when the distance between the player ans spider becomes zero): quick fix was to skip the vector normalisation steps if the relative vector is zero.

Fun 2 Prod 2 Inno 2

preatomicprince

There's not much to this game, as far as I could find. Just chopping trees and killing spiders.

I did run into a bug. There needs to be an exception if one of the vectors (presumably direction of a characters) is equal to zero. This only happened once and I played through a couple times.

Traceback:
File "/home/user/Downloads/Journey to fairy city/game.py", line 96, in update
dirvect.normalize()
ValueError: Can't normalize Vector of length Zero

Fun 2 Prod 2 Inno 2

Jsteele

its a good start, there just needs to be more.

Fun 3 Prod 4 Inno 3

RicBin

Good game, I manage to cut the whole forest but the game crash.

Fun 2 Prod 2 Inno 3

Itsbailey-X3525

The game had impressive code quality and the spider enemies were effectively creepy. The artwork was also good, but unfortunately, the game lacked depth beyond simply chopping down trees and fighting spiders. Additionally, I encountered a frequent error message that read: "ValueError: Can't normalize Vector of length Zero". Despite these issues, the game was still somewhat enjoyable and I look forward to version 1.0.

Full error message:
Traceback (most recent call last):
File "main.py", line 32, in <module>
import game
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 476, in exec_module
File "game.py", line 353, in <module>
monstro_grupo.update()
File "pygame\sprite.py", line 531, in update
File "game.py", line 96, in update
dirvect.normalize()
ValueError: Can't normalize Vector of length Zero

Fun 2 Prod 3 Inno 2

Lanecrest

Game is unfinished according to the author but the design is cute and sounds like it could be a really neat game if it was finished =)

Fun 2 Prod 2 Inno 1

Lemonadehead

I'm still not sure how to kill spiders (or if I was killing them and just couldn't tell) but I did have fun eating them and crashing the game a few times, haha.

Even though you had more planned, I wish there could have been a win screen if you cleared the forest or killed (ate) all the spiders or whatever the objective could have been for this little bit of game.

The game only loosely ties into the theme through the story description. I did like the og story though.

Fun 2 Prod 3 Inno 1

siddhartha13

I'd say this is about average overall, but definitely feels like an incomplete game to me (which it is). Unfortunate but that is the truth :(

I wasn't sure whether I was killing the spiders or not. They kinda just disappeared but it seemed like I was getting hit by them still.

Once the forest is cleared, as mentioned in the description, there wasn't anywhere to go or any special reward, which didn't make it a very fun game.

I also had to continue twice which led to the crash mentioned in the description.

Didn't really tie in to the theme except via the game description here.

Fun 2 Prod 1 Inno 1

ncrohawk

while running around and spam clicking all the trees was slightly fun, this doesn't fit the theme too well. I also ran into crashes occasionally.