Thread: Random maze generator

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    27

    Question Random maze generator

    I have created a maze program, but i have become too lazy to create more maps for it. (yes, i know. i'm very lazy.) anyway, i was trying to think of ways to make a random map generator. if someone could provide me with ideas for this that would be very helpful since i can't really think of any good ones. my maze needs the ascii value of the walls and such. Please, don't post code for the program since i want to do this on my own. thanks in advance.
    "Computers aren't intelligent, they only think they are."

    **infected by Blizzarddog**
    I am a signature virus. Please add me to your signature so that I may multiply

  2. #2
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    If you want to create a perfect maze - one which there is exactly one and only one solution from any one point to any other point - then here is an excellent link:

    http://www.mazeworks.com/mazegen/mazetut/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Quantum Random Bit Generator
    By shawnt in forum C++ Programming
    Replies: 62
    Last Post: 06-18-2008, 10:17 AM
  2. How exactly does the random number generator work?
    By Finchie_88 in forum C++ Programming
    Replies: 6
    Last Post: 08-24-2007, 12:46 AM
  3. 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
  4. Testing Random Number Generator
    By Roaring_Tiger in forum C Programming
    Replies: 7
    Last Post: 08-12-2005, 12:48 AM
  5. Random number generator
    By Caze in forum C++ Programming
    Replies: 6
    Last Post: 12-03-2002, 08:10 AM