Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 302 Bytes

File metadata and controls

4 lines (4 loc) · 302 Bytes

MapGenerator

Program for creating simple dungeons
The output file is an array of boolean, where true equals "you can go here", false - "you can't"
The main problem now is that there is only one way through the dungeon. I am working on creating more different ways and dead ends