Video wird geladen...
Video konnte nicht geladen werden
This is a small boomer shooter prototype I've been working on lately. The world is 16x16x16 blocks and it infinitely repeats itself. #gamedev
10 Kommentare

I've gotten very good feedback about this game concept, so I guess I'll have to turn it into a real game! I started implementing a level editor which is super useful

Hell fuckin yeah. This is the kind of weird shit I am working on as well. Trying to write out room/proc gen stuff for Schmovement thing in vr.

hahaha fuck yeah, we need more games with good movement!

Looks dope!

Thank you! :) It's still in super early stages. My goal is to add a combat system and release alpha version within a couple of weeks on itch

sick

Thank you, can't wait to show more stuff:P

@XorDev

repeats as in recursively or like it keeps tiling the same structures as you move in any direction? i remember seeing a game here yesterday that did the recursive stuff where the arena contains itself infinitely

I know what game you're talking about, and it's not that. The world repeats on a uniform grid. So all coordinates are mod 16 This map is procedurally generated so it isn't the best at showcasing the full potential...
