PyWeek - pokepetter - feedback

Fun 2 Prod 4 Inno 2

yarolig

The game looks unfinished.

Fun 2 Prod 3 Inno 2

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.

Fun 2 Prod 4 Inno 3

Taganov

Like the minimal art style.

Fun 2 Prod 2 Inno 2

DR0ID

strange dependency, no sound, very short, hope you have had fun and learned something

Fun 2 Prod 4 Inno 3

chrisyan2000

If you click the chest twice really quickly then the game crashes.
The production is great but the game itself seemed rather incomplete.

Did not work

Quikli

source distribution not provided (against rules?)

Did not work

encukou

Errors out with ModuleNotFoundError about "ursina.shaders.height_shader"

Fun 2 Prod 5 Inno 3

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.

Fun 2 Prod 5 Inno 4

Xyolidge

It wouldn't have been bad if controls were explained.

Good production but really too much short too be very interresting.

Fun 3 Prod 2 Inno 4

ano002

Sadly their was actually no game but just a demo.

Fun 2 Prod 3 Inno 2

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!

Did not work

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

Did not work

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'