Packages

RPG is a Role Playing Game engine written in Elixir. At this point it is not even a complete, modest RPG. However it has ambitions to be an RPG platform on which anyone can create their own role playing system.

Retired package: Security issue - This package was mistakenly published publicly.

Current section

Files

Jump to
rpg README.md
Raw

README.md

# Rpg
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rpg` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:rpg, "~> 0.1.0"}
]
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/rpg>.