Skip to main content

README.md

# dungeon_mode

[![Package Version](https://img.shields.io/hexpm/v/dungeon_mode)](https://hex.pm/packages/dungeon_mode)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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
```