Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trigary/knossos
A minecraft plugin: a highly customizable dungeon/maze generator.
https://github.com/trigary/knossos
maze maze-algorithms maze-generation-algorithms maze-generator mazes minecraft minecraft-plugin spigot spigot-plugin
Last synced: 28 days ago
JSON representation
A minecraft plugin: a highly customizable dungeon/maze generator.
- Host: GitHub
- URL: https://github.com/trigary/knossos
- Owner: Trigary
- License: gpl-3.0
- Created: 2018-04-12T20:26:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T21:48:56.000Z (over 6 years ago)
- Last Synced: 2024-10-15T07:09:20.674Z (2 months ago)
- Topics: maze, maze-algorithms, maze-generation-algorithms, maze-generator, mazes, minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knossos
A dungeon/maze generator designed with customizability and expandability in mind.
The current version is an early prototype.## Structure, workflow
The creation process consists of two separate tasks:
the planning and the and the instantiation.
The structure of the dungeon/maze is specified in the planning stage
(where the rooms, corridors, walls, etc. should be located)
and the population of these areas (how they should look, what they should contain)
and their instantiation into the real world is done in the building stage.
In order not to create lag spikes, the instantiation can be done is smaller segments:
only a configurable amount of cells of the dungeon/maze are built each tick.## Showcase
![image](https://i.imgur.com/u8lXbHs.png)