README.md

# cave3dplus

[![Package Version](https://img.shields.io/hexpm/v/cave3dplus)](https://hex.pm/packages/cave3dplus)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/cave3dplus/)

Intended to grow into a 3D+ cave system (i.e. caves look 3D, but the connectivity is arbitrary).

At this very moment, just to publish on hex, so I can experiment with inclusion of Gleam in both an Erlang back-end and a JS front-end.

## Quick start

```sh
gleam test  # Run the tests
```

## Installation

This package can be added to your Gleam project:

```sh
gleam add cave3dplus
```

and its documentation can be found at <https://hexdocs.pm/cave3dplus>.