go away spammer

Author Topic: Know any good maze generators??  (Read 2225 times)

0 Members and 1 Guest are viewing this topic.

Offline voyager2Topic starter

  • Supreme Robot
  • *****
  • Posts: 463
  • Helpful? 6
    • Voyager Robotics
Know any good maze generators??
« on: June 26, 2011, 07:50:11 PM »
*Yes I know this is a bit off-topic, but I figured maze generating is probably similar to maze solving*
Please do not flag as spam

_______________________________________________________________________________

Anyway I need a simple maze generator, in Pseudo code, or in flow chart form...
I'm not a fan of converting C++ or Java to the most horrible language ever: GML.
(Yes GML, Game Maker Language for the SoR Game!)

Oh and if your maze generating code helps lots I might put you in the credits...


 Voyager2
And Admin said "Let there be robots!"
And it was good.

Offline adanvasco

  • Full Member
  • ***
  • Posts: 107
  • Helpful? 6
  • Necessity is the mother of invention.
Re: Know any good maze generators??
« Reply #1 on: June 28, 2011, 09:33:00 AM »
Does this help at all? http://en.wikipedia.org/wiki/Maze_generation_algorithm Check the Prim's Algorithms.
Knowledge does not weigh.

Offline voyager2Topic starter

  • Supreme Robot
  • *****
  • Posts: 463
  • Helpful? 6
    • Voyager Robotics
Re: Know any good maze generators??
« Reply #2 on: June 28, 2011, 06:36:45 PM »
Does this help at all? http://en.wikipedia.org/wiki/Maze_generation_algorithm Check the Prim's Algorithms.
It seems simple enough...
I might give it a try!
Looks like a random number generator or two, a while statement, an array, and an IF, else IF.
Defiantly doable in GML (I hope)
Thanks


 Voyager
And Admin said "Let there be robots!"
And it was good.

Offline adanvasco

  • Full Member
  • ***
  • Posts: 107
  • Helpful? 6
  • Necessity is the mother of invention.
Re: Know any good maze generators??
« Reply #3 on: June 28, 2011, 08:07:50 PM »
BTW, have you ever tried the Dark GDK from http://www.thegamecreators.com/?m=view_product&id=2128? I tried it a while ago and I remember it's pretty easy if you are familiar with C++. I remember creating 3D maps and cameras was piece of cake. I even managed to complete one of their tutorials to create a simple FPS.

Anyway, good luck on your endeavours!
Knowledge does not weigh.

 


Get Your Ad Here

data_list