PyWeek - pokepetter - feedback
yarolig
Tee
For some reason the colors were all strange in mine. The environment looks cool but there's not much to do in the game.
DR0ID
strange dependency, no sound, very short, hope you have had fun and learned something
chrisyan2000
If you click the chest twice really quickly then the game crashes.
The production is great but the game itself seemed rather incomplete.
rdb
Wow, this game looks amazing. Well done. Kudos for trying a first-person 3D game in PyWeek. Unfortunately, it's an extremely short game, without a whole lot of gameplay. With more time, this could have turned into quite an interesting entry.
There appeared to be some bugs in Ursina that I had to work around to get the game to work on my system, but that's to be expected for such a new engine. I'm sure that this week has been a good opportunity to find and iron out some of those issues and can't wait to see what will be produced with it next time around.
Xyolidge
It wouldn't have been bad if controls were explained.
Good production but really too much short too be very interresting.
tizilogic
I'm not sure whether the palm trees had the correct texture on them.. They looked more like a normal map than a texture.
It worked and had a goat in it!
thetrav
I ran the game by doing a pip install ursina and then a python main.py from the src folder.
The game opened, but nothing had textures, no sound, running clipped through the ground and I'm pretty sure there's meant to be more going on than just a static model of an island
fireclaw
After following the steps from the readme and trying to run the game results in:
package_folder: /home/username/Downloads/pyweek/pyweek/lib/python3.8/site-packages/ursina
asset_folder: .
blender_paths:
{'default': '/snap/bin/blender'}
psd-tools not installed
OS: posix
screen resolution: (1920, 1080)
Traceback (most recent call last):
File "main.py", line 2, in <module>
from ursina.shaders import colored_lights_shader
File "/home/username/Downloads/pyweek/pyweek/lib/python3.8/site-packages/ursina/shaders/__init__.py", line 5, in <module>
from ursina.shaders.height_shader import height_shader
ModuleNotFoundError: No module named 'ursina.shaders.height_shader'
The game looks unfinished.