Thread: random maze gen.

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    43

    random maze gen.

    I am making a maze game in DOS and I use the double line character's (ASCII '185' and other's). How can I make it so that my program will make a random maze, where it can be solved and it works out so there are no messups.



    this may not help you to understand what i mean.

    this is the out put of a mess up.
    |
    ------|---------
    |

    this is the better way
    |
    ------+-------
    |
    ()(ôô)()© MonKey ware
    Kyle J. R.

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. random number gen & looping probelm :?
    By FoxeySoulSLayer in forum C++ Programming
    Replies: 1
    Last Post: 04-10-2009, 05:44 PM
  2. NAQ: Everything you never wanted to know about CPP
    By evildave in forum C Programming
    Replies: 21
    Last Post: 12-12-2005, 10:56 AM
  3. Another brain block... Random Numbers
    By DanFraser in forum C# Programming
    Replies: 2
    Last Post: 01-23-2005, 05:51 PM
  4. Random maze generator
    By Bingo The Clown in forum C++ Programming
    Replies: 1
    Last Post: 04-10-2003, 09:15 AM
  5. mission notimpossible (maze gen)
    By datainjector in forum C Programming
    Replies: 6
    Last Post: 11-22-2002, 05:51 PM