PyWeek - Berserk - feedback

Fun 2 Prod 2 Inno 2

busterbeam

Technically it did not run some stupid spelling error. but you got the tileset in a good enough starting place

Fun 2 Prod 2 Inno 2

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!

Fun 1 Prod 2 Inno 1

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)

Did not work

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

Fun 2 Prod 2 Inno 2

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.

Fun 2 Prod 4 Inno 2

Jsteele

Good try, keep at it.

Fun 1 Prod 1 Inno 1

RicBin

Nice try

Fun 2 Prod 2 Inno 2

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.

Fun 1 Prod 2 Inno 1

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 :)

Fun 1 Prod 2 Inno 1

Heuser

I think this is a great start into game development, and I hope you will participate again next pyweek :)

Fun 1 Prod 1 Inno 1

Proiz92

Well, at least I appreciate you put Gatsu in the game!

Fun 2 Prod 2 Inno 2

mit-mit

Looks like it could be a good start of something! Good luck with maybe working on it more in the future!

Fun 1 Prod 2 Inno 2

SHAKAndawe

-Not much of a game as there's no real aim or goal to work towards outside of walking around

Fun 1 Prod 3 Inno 1

Lanecrest

Nice start! Most of us don't get the games to the point we want them before the due date :)

Did not work

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

Fun 1 Prod 1 Inno 1

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