Procedural Map Generation
I have developed several algorithms to generate random maps for games. I am posting them here in case someone finds them useful.
Roguelike Maps
These programs generate a network of rooms and passages. These we originally designed for the game Dungeon Crawl Stone Soup.
Terrain
These programs generate terrain for an area.
TODO:
Actually add the layouts - they seem to be missing
Back to resources page
Back to home page