Crate roguemap

Crate roguemap 

Source
Expand description

RogueMap - a parser and renderer for procedural dungeon map generation in roguelike games. This utility provides tools to define and visualize dungeon layouts using a custom DSL. It includes features for parsing, rendering, and interacting with dungeon maps.

Modulesยง

cli
Cli module for command-line interface handling.
draw
Draw module for rendering dungeon maps.
errors
Errors module for handling custom errors in the RogueMap library.
models
Models module containing data structures used in the RogueMap library.
parser
Parser module for parsing the custom DSL used to define dungeon maps.