Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Roguelike dungeon generation resources

Discussion in 'World Building' started by jhocking, May 17, 2018.

  1. jhocking

    jhocking

    Joined:
    Nov 21, 2009
    Posts:
    812
  2. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,743
    Just adding the resources I added from that thread too:

    Some resources I find useful for this:

    https://gamedevelopment.tutsplus.co...ngeons-with-procedural-recipes--gamedev-14360

    https://github.com/DMeville/Unity3d-Dungeon-Generator

    https://catlikecoding.com/unity/tutorials/maze/

    https://naplandgames.com/blog/2016/11/18/unity-3d-tutorial-procedural-map-generation-beginner-level/

    http://www.nathanmwilliams.com/?p=472

    https://www.alanzucconi.com/2015/02/24/to-voronoi-and-beyond/

    and the most useful resource as it has all the info you need to generate hallways etc:

    http://www.nathanmwilliams.com/files/AnInvestigationIntoDungeonGeneration.pdf

    http://www.habrador.com/tutorials/math/13-voronoi/
     
    Odminnimda, Kurt-Dekker and jhocking like this.
  3. Data007

    Data007

    Joined:
    May 13, 2018
    Posts:
    21
    TY a most comprehensive list I will have to look into them especially the DungeonGeneration.pdf
    Are all the resources free to use do you know, one loves a free beer, and not restricted copywrite.
    Many thnaks
    --
    Steve
     
  4. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,743
    Yes they are free to use :) but always good to credit authors of research where possible!