PyWeek - Master_cheese12 - feedback
Tee
DR0ID
The paths where narrow and sometime it was hard to change direction on a cross road.
After playing some time I got an error:
:prc(warning): Invalid integer value for ConfigVariable win-size: 864.0
:prc(warning): Invalid integer value for ConfigVariable win-size: 1536.0
Known pipe types:
wglGraphicsPipe
(3 aux display modules not yet loaded.)
set window position: Vec2(192, 108)
:prc(warning): changing default value for ConfigVariable paste-emit-keystrokes from '1' to '0'.
:pnmimage:png(warning): iCCP: known incorrect sRGB profile
package_folder: ...\python311\Lib\site-packages\ursina
asset_folder: .
:pnmimage:png(warning): iCCP: known incorrect sRGB profile
False
False
[]
:ffmpeg(warning): Estimating duration from bitrate, this may be inaccurate
os: Windows
development mode: True
application successfully started
info: changed aspect ratio: 1.778 -> 1.778
:display:windisplay(warning): Could not find icon filename textures/ursina.ico
:ffmpeg(warning): Estimating duration from bitrate, this may be inaccurate
Traceback (most recent call last):
File "...\python311\Lib\site-packages\ursina\main.py", line 165, in _update
__main__.update()
File "...\37\the-tube\The_Tube-Pyweek37\main.py", line 212, in update
player.x = posx
^^^^
UnboundLocalError: cannot access local variable 'posx' where it is not associated with a value
:task(error): Exception occurred in PythonTask update
Traceback (most recent call last):
File "...\37\the-tube\The_Tube-Pyweek37\main.py", line 226, in <module>
app.run()
File "...\python311\Lib\site-packages\ursina\main.py", line 306, in run
super().run()
File "...\python311\Lib\site-packages\direct\showbase\ShowBase.py", line 3330, in run
self.taskMgr.run()
File "...\python311\Lib\site-packages\direct\task\Task.py", line 553, in run
self.step()
File "...\python311\Lib\site-packages\direct\task\Task.py", line 504, in step
self.mgr.poll()
File "...\python311\Lib\site-packages\ursina\main.py", line 165, in _update
__main__.update()
File "...\37\the-tube\The_Tube-Pyweek37\main.py", line 212, in update
player.x = posx
^^^^
UnboundLocalError: cannot access local variable 'posx' where it is not associated with a value
Phantasma
File "The_Tube-Pyweek37/main.py", line 212, in update
player.x = posx
UnboundLocalError: local variable 'posx' referenced before assignment
While technically playable up to that point, the moment this error shows up crashes the whole game.
Pykemon010
Im kinda confused, i'm pretty sure I already played this game before.
Cosmologicon
Still getting the "local variable 'posx'" error. Sorry, wasn't able to debug it.
_dawka_
Nice idea, but game closes itself sometimes and i think dudes should have a transparent background
mit-mit
Seemed like it could be a cool game, but I kept getting a lot of crashes "line 212, in update, player.x = posx,UnboundLocalError: local variable 'posx' referenced before assignment" from main.py. Good work on getting the map and character movement and enemies working.
bush22
On MacOS (arm chip), the main menu is messed up. The background image does not load, buttons are all over the place. When the game is actually started, the game chrashes when the player dies.
Nice work! It keeps crashing on me though. :( (UnboundLocalError on posx in line 212.)