Skip to content

SuperLutin/Dungeon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A dungeon generator

.config file:

x = dungeon width
y = dungeon height
randomness = 0 for a maximum random corridors
sparseness = 100 for all used, 0 for a collapsed maze
loopness = persentage of lopp in the maze
minroom = minimum number of room
maxroom = maximum number of room
minwidth = minimum width of room
maxwidth = maximum width of room
minheight = minimum height of room
maxheight = maximum height of room

About

A little maze or dungeon generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages