PyWeek - Team Vegemite Pierogis - feedback

Fun 4 Prod 5 Inno 4

Tee

This was a lot of fun. The intro was entertaining and the game overall was pretty cool. Dodging all the asteroids while trying to shoot the robbers was fun, and I'm glad that you made it so that enemies wait for me, because I often got stuck on asteroids. :) Nice work.

Fun 4 Prod 4 Inno 4

DR0ID

I had many hickups and slowdowns during gameplay.
Also note that datetime.now() is not a valid file format on window (I used datetime.now().strftime("%Y%m%d-%H%M%S") to correct that.

Fun 4 Prod 5 Inno 3

speedlimit35

Excellent voice acting. The game was also very immersive. After a few rounds of chasing those damn thieves, I soon felt like I was Jake. The boss battle was pretty easy though.

Fun 3 Prod 4 Inno 3

tizilogic

I tested this on FreeBSD after trying it on Windows w/o success..

I like the production value of your entry. A lot of time must have gone into recording and mastering the voices in the intro.

I chased some aliens and shot at them, if felt nice enough, even though I would've wished it would be a bit more fine tuned. I bumped into pretty much every asteroid floating out there, maybe it's just me, but I would've hoped they would be in more contrast to the background so it would be more evident that they are obstacles.

Nice entry, congrats on delivering!

FYI:
On Windows every time the game calls the "log" function on windows it fails with this error:

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect:

Fun 3 Prod 4 Inno 2

fireclaw

Nice game, good job on the voice acting. It was fun to play until I hit a spot in the third level where it was impossible to continue, there was a spot which the enemies simply flew threw (as they sometimes also did with the asteroids) and I had no chance to follow them as the passage was just to narrow to fit through.

Did not work

MasterPice

can not run it ..

..it is something with the log file it seems

Fun 4 Prod 5 Inno 4

yanigisawa

That was fun!

Did not work

Green_boyY

after not being able to run "pip install -r requirements.txt" succelfully and adding the closest packages by hand using pip, i got greeted by

(venv) C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b>py run_game.py
pygame 2.0.1 (SDL 2.0.14, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b\run_game.py", line 132, in <module>
main()
File "C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b\run_game.py", line 128, in main
arcade.run()
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\arcade\window_commands.py", line 274, in run
pyglet.app.run()
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\pyglet\app\__init__.py", line 107, in run
event_loop.run()
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\pyglet\app\base.py", line 159, in run
self._legacy_setup()
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\pyglet\app\base.py", line 182, in _legacy_setup
window.dispatch_pending_events()
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\pyglet\window\win32\__init__.py", line 709, in dispatch_pending_events
EventDispatcher.dispatch_event(self, *event)
File "C:\Users\me\Downloads\pyweek-judging\venv\lib\site-packages\pyglet\event.py", line 415, in dispatch_event
if getattr(self, event_type)(*args):
File "C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b\run_game.py", line 75, in on_resize
log(f"Window resized to: {width}, {height}")
File "C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b\developer.py", line 34, in log
logging.basicConfig(level=parse_log_level(LOG_LEVEL), filename=path_to_string('logs', str(datetime.now()))+'.log',
File "C:\Users\me\Downloads\pyweek-judging\31\asteroid-chase\Asteroid-Chase-1.0b\developer.py", line 19, in path_to_string
return str(Path.cwd().joinpath(directory, file).resolve())
File "C:\Users\me\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 1204, in resolve
s = self._flavour.resolve(self, strict=strict)
File "C:\Users\me\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 205, in resolve
s = self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch: 'C:\\Users\\me\\Downloads\\pyweek-judging\\31\\asteroid-chase\\Asteroid-Chase-1.0b\\logs\\2021-04-05 20:34:23.701913'