constructive
Dungeon generator
An algorithmic system for generating artificial dungeons and levels
Constructive Generation Methods for Dungeons and Levels
15 stars
0 watching
1 forks
Language: Processing
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
anthony-mills/procedural_dungeon | Generates procedural dungeon layouts for games | 40 |
julsam/dungeon-builder | A tool for generating and visualizing dungeon layouts using algorithms and a graphical interface. | 65 |
blaxun/random-dungeon-generator-gms-2.3 | A tool that generates dungeons from user-defined sprites and applies rules to create a layout with various chamber types and connectors. | 7 |
jcbecker/termproject | Generates procedural terrain with distinct biomes and smooth borders using Perlin noise | 15 |
aldernero/sketchy | A framework for creating generative art in Go using the ebiten game engine and canvas for drawing. | 49 |
gamemakerdiscord/random-level-gen-gms2 | An example of how to generate random levels in GameMaker Studio 2 using a grid-based system and pathfinding algorithms. | 51 |
graphic-design-ai/graphist | A software system that uses AI to generate graphic compositions from unordered sets of design elements | 98 |
jacquescarette/drasil | A framework for generating software artifacts from domain knowledge and code | 143 |
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |
seblague/path-creator | A Unity game development asset that generates paths for 3D environments. | 1,821 |
digitalcoleman/generativeexamples | A collection of Processing examples that demonstrate various methods for creating patterns affected by Perlin noise. | 63 |
interactivecomputergraphics/discregrid | A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields | 291 |
codingconcepts/dg | A fast data generator for relational data. | 32 |
dgcor/dgengine | An implementation of the Diablo 1 game engine | 250 |
sience/astray | A Lua-based library for generating random dungeons and mazes for video games | 142 |