README.md

# glame 🎮

A client implementation of the [Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol),
inpsired by [gorcon](https://github.com/gorcon/rcon).

## Adding to your project

```sh
gleam add glame
```

## Usage

```gleam
import glame/rcon

fn main() {
  // TODO
}
```