README.md
# cave3dplus
[](https://hex.pm/packages/cave3dplus)
[](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>.