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