Add nethack-rooms-and-corridors-generator; make nethack-level-generator into a folder

This commit is contained in:
Eryn Wells 2023-02-12 10:31:48 -08:00
parent 202d8177be
commit 77106032f1
4 changed files with 412 additions and 44 deletions

View file

@ -11,7 +11,7 @@ mean it's easy to understand.
I'm basing this entire series on the [Nethack 3.6][nh36] branch.
## Basics
### Basics
It's written in C, using C89 style function declarations. You see a lot of functions defined like this, with the types
of arguments defined below the function declaration: