Author Topic: Procedural map generation with answer-set programming  (Read 5405 times)

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Procedural map generation with answer-set programming
« on: October 06, 2011, 12:23:36 PM »
Reddit is handy yet again.

http://www.reddit.com/r/programming/comments/l1o4j/procedural_map_generation_with_answerset/

http://eis-blog.ucsc.edu/2011/10/map-generation-speedrun/

Bound to be some nuggets of wisdom, at the very least, in this writeup and the subsequent paper and source code samples for the more technically apt than me.   :)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

guest509

  • Guest
Re: Procedural map generation with answer-set programming
« Reply #1 on: October 08, 2011, 07:07:55 AM »
  Hey those were pretty neat. Thanks.
  Do major roguelikes like Crawl/Nethack use similar dungeon algorithms for each level? I've not gotten far in either but it seems to me that this is the case. Like do they sometimes use a drunken walk, then a cave algorithm, then something more maze like, then something a bit more roguelike (3x3 square room connection), etc...?