Topic:   Procedural Map Creation   (Read 5797 times)


0 Members and 1 Guest are viewing this topic.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Procedural Map Creation
« on: March 01, 2012, 11:07:53 PM »
Another idea that fascinates me. An algorithm that can dynamically produce a map or object within a program. Such as how Terraria makes it's maps.

I've only ever experimented with this when I was working with WarHampster on a HackSilver port. We developed some interesting ways of creating a variety of maps with corridors, blocks, enemies, ect. Except we only ever experimented with 1 type of tile, in the bird's eye view way. Nothing as fancy as Terraria.

Have any of you done anything special with procedural creation?

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: Procedural Map Creation
« Reply #1 on: March 02, 2012, 07:19:03 AM »
I always thought it could be a cool project to try a game with procedurally generated dungeons but never got it to work. I should try again now I'm more experienced...
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

Circuit


  • GMG-er

  • **


  • Posts: 299

  • blast from the past
Re: Procedural Map Creation
« Reply #2 on: March 02, 2012, 01:18:50 PM »
I think that I know how to make a map generator for my artillery game.

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: Procedural Map Creation
« Reply #3 on: March 02, 2012, 06:01:39 PM »
The maze generator on my site was my first foray into algorithmically-generated "levels".  The process fascinates me but I have not delved into it very deep. 

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: Procedural Map Creation
« Reply #4 on: March 02, 2012, 06:32:16 PM »
How do you make sure it doesn't loop around and get caught in a dead end?
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

x


  • GMG-er

  • **


  • Posts: 247
Re: Procedural Map Creation
« Reply #5 on: March 02, 2012, 06:55:40 PM »
How do you make sure it doesn't loop around and get caught in a dead end?

An if statement at every procedural step.

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: Procedural Map Creation
« Reply #6 on: March 03, 2012, 12:21:23 AM »
Minecraft's map generator is impressive and it would be cool to see how it works. But...
I still think there is one that may never be surpassed in complexity and detail: Dwarf Fortress.
Despite the default graphics you'll find that it's an impressive program that generates whole worlds fairly quickly and gets better with detail as you zoom in. Hills mountains valleys forests swamps deserts, all kinds of water bodies, types of soil dirt or clay, rock layers, aquifers, what metals or minerals are where and how deep, magma, the specific plants animals and monsters, corrupted "Evil" areas...
And in adventure mode you will find all the towns and structures and paths and everything else.
It might become a full fledged world simulation. O_O
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/