Current section
Files
Jump to
Current section
Files
README.md
# Riichi
Work in progress Riichi Mahjong engine in pure Elixir.
## Installation
The package can be installed by adding `riichi` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:riichi, "~> 0.1"}
]
end
```
The docs can be found at <https://hexdocs.pm/riichi> but we have yet to write anything useful.