Packages

A library for generating random weapons and items, similar to hack-and-slash titles like Diablo or Torchlight.

Current section

Files

Jump to
teufel README.md
Raw

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
```