Gozzy
Explorer
Thanks for all the comments, I'll try and answer some of the specific questions as follows.
Overall, I'm glad to see that people find the stuff I'm doing useful. Let me know ideas for features in the existing generators and ideas for other stuff that you may find useful.
Unfortunately the code is written in PHP with MySQL backend and a PNG library for the graphics. To install it on a laptop you would need to installa Apache and MySQL. I would also have to release the code (I can't convert PHP to a binary) which I'm not keen on doing at present as it is very much a work in progress.Frukathka said:Any chance you could make it a downloadable program? I'm going to be getting a laptop real soon and it won't have aceess to the internet when I am away from home.
I'm intigued to know what you mean by realistic? If you let me know what you would expect to see then I'll see fi later revisions of the code can come closer. Any other comments along these lines also welcome.der_kluge said:The dungeons are a little too random for my tastes. I've never seen a random dungeon generator generator a realistic dungeon.
I'm considering input parameters for the next release which will probably include a map size parameter. I'm also looking to include more control over some of the aspects of the map that are completely random at the moment. If you've generated a fair few maps you'll have noticed that some don't fill the lower portions of the area and this is due to the random aspects of the code. Any other ideas relating to input parameters welcome.derbacher said:The only suggestion I would make/ask is, is there a way to add an input for number of rooms? The dungeons are huge!
Overall, I'm glad to see that people find the stuff I'm doing useful. Let me know ideas for features in the existing generators and ideas for other stuff that you may find useful.