PyWeek - Berserk - feedback
busterbeam
Tee
I see that you're still learning and you only have basic movement for now, but I hope you'll be back next time with something more complete!
DR0ID
Well, looks rather unfinished. Could just move around but no do anything else.
The readme lacked information about how to play the game (e.g. which keys to press)
PyTM30
OVERworld/code/level.py", line 42, in create_map
random_grass_image = choice(graphics['grass'])
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/random.py", line 373, in choice
raise IndexError('Cannot choose from an empty sequence')
IndexError: Cannot choose from an empty sequence
cprogrammer1994
Maybe next time you can finish something like this. Allow the user closer to the objects, it is annoying to get blocked by the corner of some bush or flower, maybe overlapping a bit with another object is not that bad. You should definitely finish some game with the setup you already have.
Dark_Knight
Idea on its own has good merit but not sure how it aligns with pyWeek 36 theme of dark matter. I think they should keep it up and improve graphics and add music.
coffee
Nice looking game, however I could not leave the start area and could not really figure out where to go and what to do.
However this definitely is a good start into gamedev and I am super excited to see you participate in the next pyweek :)
Heuser
I think this is a great start into game development, and I hope you will participate again next pyweek :)
mit-mit
Looks like it could be a good start of something! Good luck with maybe working on it more in the future!
SHAKAndawe
-Not much of a game as there's no real aim or goal to work towards outside of walking around
Lanecrest
Nice start! Most of us don't get the games to the point we want them before the due date :)
preatomicprince
running main.py returns errot: File "/home/user/Downloads/OVERworld/OVERworld/code/level.py", line 42, in create_map
random_grass_image = choice(graphics['grass'])
File "/usr/lib/python3.10/random.py", line 378, in choice
return seq[self._randbelow(len(seq))]
IndexError: list index out of range
Hammish47
I'm not really sure what I'm supposed to do here. I am just kind of walking around a world, I don't see any entities that are mentioned in the description, am I missing something? hitboxes are quite big which makes it hard to get to certain areas. none of the animations that are in the files appear for me. I'm sure that this is just an incomplete project, which is fine, but I'm not sure why you would post it here
Technically it did not run some stupid spelling error. but you got the tileset in a good enough starting place