README.md

# SCRC

**An Elixir Implementation of [imulated Car Racing Championship](https://arxiv.org/abs/1304.1672) Server and Client.**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `scrc` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:scrc, "~> 0.5.1"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/scrc](https://hexdocs.pm/scrc).