Skip to main content

Module procgen

Module procgen 

Source
Expand description

Procedural generation via ML models with non-ML fallbacks.

Structs§

FormationGenerator
ItemStatGenerator
ItemStats
Stats for a generated item.
NameGenerator
Character-level RNN name generator. Falls back to Markov chain heuristic.
RoomLayout
Generated room layout.
RoomLayoutGenerator

Enums§

RoomType
Room type hint for generation.

Type Aliases§

Formation
Enemy formation: list of (position, enemy_type_id).