Skip to content

Dungeons generator created as a fork of the one used for Once upon a Dungeon game

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

tomaszkot/DungeonsGenerator

Repository files navigation

DungeonsGenerator

Dungeons generator created as a fork of the one used for Once upon a Dungeon game.

Features:

  • generates a dungeon with a desired number of rooms (nodes)
  • generates doors allowing to traverse the dungeon
  • written in C# 3.5 (to allow integration with Unity 3D)

Usage:

var generator = new Generator();
var level = generator.Run();
level.Print();

Above code will display something like: Sample Dungeon

Configuration:

GenerationInfo class contains fields controlling generation process.

About

Dungeons generator created as a fork of the one used for Once upon a Dungeon game

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages