Projecting MUD maps

Neil Cerutti horpner at yahoo.com
Mon Nov 6 06:13:16 EST 2006


On 2006-11-05, BJörn Lindqvist <bjourne at gmail.com> 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



More information about the Python-list mailing list