On 2006-11-05, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > Hello, I'm looking for an algorithm to project "MUD maps" such > as the following map: > http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg
Check out the Ruby project IFMapper for a mature project that might accomplish your goal. You can write a new back-end for it to produce MUD code (so you can design your maps graphically), or you can write a new front-end to interpret MUD code (so you can make IF-Mapper draw maps for you game in progress). http://ifmapper.rubyforge.org/ -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list