
^ not sure what’s going on there, I saw no password protected files?
Took me a while to get it runinng on Ubuntu 24.04. for anyone else running into problems I had to install SDL3 and SDL3_image from source, since they’re not available in apt on 24.04 (https://github.com/libsdl-org/SDL.git and https://github.com/libsdl-org/SDL_image.git), then replace the games lib/SDL3.so ans SDL3_image.so with the installed versions which can be foudn with ldconfig -p | grep SDL3.
But it works! and is super cool, very impressive to see a full 3d game here, bonus points for that.
The code itself is super impressive, how much of it did you write during the jam? The defgl macro is very neat.
Some sound effects for the shooting would make it feel a lot more visceral.