Random Dungeon Generators - Ascii exporting?

Discussion in 'Off Topic Discussion' started by Taucias, Dec 23, 2009.

  1. Taucias

    Taucias Site Supporter 2014,2015

    Joined:
    Oct 11, 2005
    Messages:
    5,015
    Likes Received:
    17
  2. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    Ah. That's pretty good, except it generates maps based on what looks better in ascii over what functions better in ascii.

    For example, rather than do a straight up array with "#" being walls, spaces being hallways, "D" being doors, etc, it generates upper "-" for top walls, lower "_" for bottom walls, etc, which look nice, but in reality don't work so well because now you have no single character that represents a hallway or passable space. If you were to read in the array, you would not be able to move an ascii character around it without hitting invisible walls and passages with a width of 0 (Visually looks like a passage way though).

    test

    Hey Everyone,

    Does anyone know of a random dungeon generator that can output in ascii? Basically I want to find a random dungeon generator that could output in some form of ascii so that it could be read in by a program as an array.

    Any ideas?
     
    Last edited by a moderator: Jan 21, 2010
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page