X Terminator Sim 2036 by vknauss

[raw]
made by vknauss for Ludum Dare 57 (JAM)

TITLESCREEN3.png screenshot.png

WOW THIS JOB KEEPS GOING DEEPER HUH ALMOST LIKE WE'RE IN THE DEPTHS 😹

Three procedurally generated dungeons for endless* fun :,)

Soundtrack by @weezywav, art by @dyl-k, programming by @vknauss

playing

extract the install/ folder and run the game.exe / game executable from there. required libraries should be included with the game, with the exception of SDL for the linux build and vulkan which should be provided by your graphics driver (if not the game will not run, sorry)

windows defender will complain because I am a hack fraud who apparently cannot be trusted to release software for bill gates illustrious operating system. i promise it's just a game

controls

Menu controls click to start, Esc to quit, F toggle fullscreen, M toggle mute

Game controls WASD to move, space to slide (hold WASD to slide in direction), aim with mouse cursor and LMB click to shoot. Esc to exit to menu (reloads all game state, regenerates new dungeons and reverts fullscreen and mute state (sorry)). F and M should work as in menu

libraries used

  • SDL3
  • vulkan (hpp + raii headers)
  • vulkan-memory-allocator (+ raii header wrapper library)
  • Jolt physics
  • stb-image
  • glm

lovingly handcrafted in c++20

NOTE

if it looks weirdly dark and you can't see anything, try the NO SSAO build below. I haven't reproduced this issue and not sure why it happens, ~~but think it's related to SSAO implementation~~ETA: not likely. works correctly when overlay layer is disabled so probably a compositing issue. Might happen only on windows 11 I am really not sure * latest windows (v1.0.2 tag) build hopefully fixes this but I cannot reproduce the bug so unsure at this time *

implementation notes

If the linux build gives you grief, I suggest using the windows build with wine (works for me at least...). currently tagged linux version requires the user to install SDL3

if you would prefer to local build (NOT required) the github repo should have all the dependencies it needs to build using meson wraps, sans vulkan sdk which will need to be installed separately. the project sets up an install prefix, so you should be able to run meson setup build --buildtype release then meson install -C build, then cd into install/ and run the game executable (windows and linux both)

the font was not created for the jam (it was created for our ld56 project and copied over). all other assets and all gameplay code was created during the jam. engine is custom, source available, not created during jam

Ratings

Given 10🗳️ 14🗨️

Feedback

shores
08. Apr 2025 · 20:09 UTC
Nice game guys. Especially liked the part where at the end I got so sick of having to defeat the same enemy spider that it gave me the hateful fuel I needed to keep exterminating them. Wish there was a gun upgrade though so I could do it more efficiently. The fact the levels are randomly generated is a nice touch! Keep it up!
speedcuber25
08. Apr 2025 · 23:37 UTC
Love the music and art style! Getting some ideas for future games I could make with the top-down 3D effect. Wish there was a minimap and less enemies since it took me a while to complete the first level. Overall, nice work!
T C
08. Apr 2025 · 23:49 UTC
Interesting game! Made it to the end. With how much I was getting hit on floor one, didn't think there was any way I'd survive 50+ enemies, but I made it somehow. I liked the snappy controls. The music was good and varied. I know how tricky enemy variety can be, but it would have been nice to have some other enemies. Overall nice work!
stepa
09. Apr 2025 · 02:57 UTC
very cool game, liked the atmosphere and mechanics
apt_prose7
09. Apr 2025 · 03:50 UTC
Great shooter inspired by hotline miami
YibiRabbit007
09. Apr 2025 · 04:35 UTC
Nice work!
ArenAvgust
09. Apr 2025 · 06:19 UTC
Great job!
Trevor Lentz
09. Apr 2025 · 06:20 UTC
After extracting the Windows Zip & Windows NO SSAO, the game.exe gives me "Application Error (0xc0000142) Click OK to close the application.". Currently using Windows 10 Pro x64 Version 22H2 (OS Build 19045.5608).
🎤 vknauss
09. Apr 2025 · 06:30 UTC
@trevor-lentz shoot, that's a pretty generic error message and it's hard to tell what could cause it. you could try to make sure the "visual c++ resdistributable" is installed, in this case in particular for Visual C++ 2022. Otherwise I'm really not sure, running in cmd prompt might show more messages. my system also is windows 10 22H2, but home edition
Velis69
09. Apr 2025 · 06:52 UTC
its Hotline Miami in to the DEPTHS! Cool! Check our game too comrade, its shooter too but in 3d!
gamurmakesgems
09. Apr 2025 · 15:05 UTC
I like the style, nice art, visually appealing. Clean and works as intended. The game wants the player to be a little bit careful, if you rush on things you'll get hurt real bad.