PyWeek - karx - feedback
yarolig
chrisyan2000
A classical platformer game with decent animation and controls.
I don't see much of a connection between castaway and the game mechanics itself.
Quikli
There is a bug in the arcade library distribution on ubuntu Linux (impacted multiple entries) preventing me from running this one. Haven't been able to find a workaround yet. This appears to be a problem loading the soloud shared library.
venv/lib/python3.8/site-packages/arcade/sound.py", line 66, in stop
if not soloud:
NameError: name 'soloud' is not defined
fireclaw
when trying to run the game I get:
Traceback (most recent call last):
File "run_game.py", line 9, in <module>
import arcade
File "/home/username/Downloads/pyweek/pyweek/src/arcade/arcade/__init__.py", line 242, in <module>
from .tilemap import get_tilemap_layer
File "/home/username/Downloads/pyweek/pyweek/src/arcade/arcade/tilemap.py", line 169, in <module>
def _get_image_source(tile: Union[pytiled_parser.objects.Tile, pytiled_parser.objects.ImageLayer],
AttributeError: module 'pytiled_parser.objects' has no attribute 'ImageLayer'
gummbum
A solid, middle of the road entry. It's got all the basic elements, and I did not encounter any bugs. It needed something to be a cut above, though; but as a Pyweek project, especially starting so late, this is a decent, commendable product. One wonders what you could have done given a few more days. :) Nice job!
mit-mit
This was pretty fun: the sound effects were strangely satisfying :). Those spiders really jump out of nowhere on some levels and then BOOM straight back to the start .... harsh, but I guess life is harsh :) Nice job!
patryk-tech
Very simple platformer. Sadly, very short... Seems more like a demo than an actual game.
Did not finished game because it is too hard and became boring.