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 lib rpg.ex
Raw

lib/rpg.ex

defmodule RPG do
@moduledoc """
This is the base module for RPG. It currently does nothing.
"""
end