PyWeek - Wasabi32 - feedback

Fun 4 Prod 5 Inno 4

Tee

It took me a while to get this working (first I had some dependency issues, and then it crashed in controllers.py:98 because it was trying to unpack the DEFAULT_MAPPING into two), but it was worth it. Impressive production value and fun game, but I think it might have been stunted by a controller issue. I don't know if in the beginning you're supposed to be able to switch between buildings or not, but I was unable to with my controller. I'm guessing yes because it seemed to be too difficult and I wasn't able to advance much. I'm a bit too time constrained to debug further; it would have been helpful to have a keyboard option. Anyway, I did enjoy what I was able to play though, great work!

Fun 4 Prod 4 Inno 3

DR0ID

First it didn't work (on win) because that auto import line of os.initgroups().

Once this was sorted out it was fun to play for a while.

Nice graphics.

Fun 4 Prod 5 Inno 3

mit-mit

Nicely done! At first I wasn't sure about the decision to make it gamepad-only (and I had to dig around a bit to find an old gamepad) but I think that was the right call, because the game was super-fun on the pad. Really nice graphics and smooth music. I found the learning curve pretty steep at first but it has the right difficulty curve for a great arcade experience: awesome!

Did not work

PunnyBunny

i run axium.py with gamepad but error popped up
Traceback (most recent call last):
File "C:\Users\funny\Downloads\axium-1.0.0\axium-1.0.0\axium.py", line 1, in <module>
import wasabi2d as w2d
File "C:\Users\funny\Downloads\axium-1.0.0\axium-1.0.0\wasabi2d\__init__.py", line 9, in <module>
from .game import EventMapper
File "C:\Users\funny\Downloads\axium-1.0.0\axium-1.0.0\wasabi2d\game.py", line 9, in <module>
import wasabi2d.clock
File "C:\Users\funny\Downloads\axium-1.0.0\axium-1.0.0\wasabi2d\clock.py", line 24, in <module>
from . import loop
File "C:\Users\funny\Downloads\axium-1.0.0\axium-1.0.0\wasabi2d\loop.py", line 6, in <module>
from os import initgroups
ImportError: cannot import name 'initgroups' from 'os' (C:\Users\funny\AppData\Local\Programs\Python\Python39\lib\os.py)

Did not work

Adan

I don't have a controller so I couldn't play but it seems really cool