right behind you!
Go to file
Alexandre 8aadcaf69f fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00
.vscode implemented ALL config at the cost of my sanity, or what's left of it 2024-08-23 13:57:43 +02:00
bin fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00
res Initial commit (engine done) 2024-08-22 21:57:20 +02:00
src fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00
Makefile fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00
README.md added chunk translations 2024-08-30 21:42:04 +02:00
templates.txt fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00
templates_lv0.txt performance test (500FPS) + configurable neighbor check 2024-08-28 21:03:32 +02:00
templates_lv1.txt added chunk translations 2024-08-30 21:42:04 +02:00
templates_lv2.txt fixed eastsig and westsig being initialized in reversed + config fixes 2024-08-25 16:33:30 +02:00
templates_lv3.txt added levels 1 (bigrooms) and 3 (long halls) 2024-08-25 22:22:17 +02:00
templates_lv4.txt fixed template 0 (chunk timeout) being able to generate outside of failures + added level 4 (CPU) 2024-08-31 14:44:10 +02:00

README.md

intended to be a backrooms generator
with configurable room pool
| COMMANDS |

zqsd : move
TAB : exit
p : zoom out
m : zoom in

| EXECUTION |
make test-1 : extermly unorganized generation
make test0 : default template pool (small/medium-sized corridors)
make test1 : large rooms with rotating walls make test2 : more hallways but small corridors only make test3 : long, wide hallways

| TILE LIST |

0 : nothing
1 : wall
2 : CCW rotation wall
3 : CW rotation wall
4, 5, 6, 7 : translation wall (resp. +X, -X, +Y and -Y)