Ideas - nalinkanwar/yagdp GitHub Wiki

This page is for links/articles that inspire you for various little things that can be added to a game or solve a problem in your game.

  1. Could be an interesting algorithm for dungeon generator:

    https://en.wikipedia.org/wiki/Voronoi_diagram

    Maybe combine with:

    https://en.wikipedia.org/wiki/Graph_coloring

  2. Trees trees trees:

    https://en.wikipedia.org/wiki/Euclid%27s_orchard

  3. Radiosity:

    https://en.wikipedia.org/wiki/Radiosity_(computer_graphics)