Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwmiller/mola_ex
Poker hand evaluation in Elixir
https://github.com/mwmiller/mola_ex
Last synced: 19 days ago
JSON representation
Poker hand evaluation in Elixir
- Host: GitHub
- URL: https://github.com/mwmiller/mola_ex
- Owner: mwmiller
- License: mit
- Created: 2019-12-29T07:45:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T16:10:19.000Z (about 1 year ago)
- Last Synced: 2024-11-10T09:40:38.584Z (about 1 month ago)
- Language: Elixir
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mola
Poker high hand evaluation and enumeration
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mola` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:mola, "~> 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/mola](https://hexdocs.pm/mola).