













Hi guys,
I’ve spent the last two years creating an infinite procedural Backrooms game, and I’ve finally got something working.
It works like Minecraft-style world generation. The whole world is generated from an initial seed number and behaves deterministically within the limits of integer values, basically creating an infinite world.
The algorithm generates different types of rooms and uses corridors to connect them. Each room also has its own generation algorithm.
This is my first game, so feel free to give me any suggestions.
By the end of this week, I’ll publish this demo from the video on Steam.
Is there any other Backrooms game that is truly infinite like this?