README.md

<h1 align="center">Game World Interface</h1>

<p align="center">
  <img
    src="https://codeberg.org/repo-avatars/7eabacc4972868ee6914d5fb153507ca066404b1cf9885e3f9286e20d44f3c2c"
    alt="Logo"
    width="256px"
  />
</p>

<p align="center">
  <a href="https://hex.pm/packages/gwi"><img src="https://img.shields.io/hexpm/v/gwi?style=for-the-badge" alt="Package Version"></a>
  <a href="https://hexdocs.pm/gwi"><img src="https://img.shields.io/badge/hex-docs-ffaff3?style=for-the-badge" alt="Hex Docs"></a>
</p>

## Installation

```sh
gleam add gwi
```

```gleam
import gwi

pub fn main() {
  // WIP: Game World Interface is in development and are subject to change.
}
```

Further documentation can be found at <https://hexdocs.pm/gwi>.