README.md

# Teufel

A library for generating weapons similar to those found in hack'n'slash titles like Diablo and Torchlight.

## Installation

```elixir
def deps do
  [
    {:teufel, "~> 0.0.1"}
  ]
end
```