En castellano

This demo features some basic procedural map generation algorithms:

  • Cellular automata, for organic-looking cave-like environments.
  • Drunkard walk
  • BSP-tree (Binary space partitioning), to generate.

There were many others I would have liked to try, but my availability was somewhat limited. Also, the real stress test

Downloads

Source code

Dependencies:

Download demo

Tested on a PC with Windows 10 64b

Requirements:


Back to my Github pages index

Back to my portfolio