Skip to content

Use binary space partition to create dungeon maps with golang

Notifications You must be signed in to change notification settings

gunni1/dungeon-bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Use binary space partition to create dungeon maps represented by pixel images.

The Idea came from the algorithm described here

Usage

There is a simple webserver to play with parameters of the generator.

  • Build the generator locally using make server
  • Exexute the ./bin/server
  • Open e.g. http://localhost:3000/map?width=100&height=100&depth=3 in a browser of your choice and play with the parameter

About

Use binary space partition to create dungeon maps with golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published