# dungeon_mode
[](https://hex.pm/packages/dungeon_mode)
[](https://hexdocs.pm/dungeon_mode/)
This library add [`DUNGEON.mode`](https://datagoblin.itch.io/dungeonmode) glyphs for the [Gleam programming language](https://gleam.run).
## Installation
```sh
gleam add dungeon_mode
```
Further documentation can be found at <https://hexdocs.pm/dungeon_mode>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```