poker-ex/poker_ex
2024-08-18 15:30:11 +00:00
..
lib Clean up code. Add a way to compare scores. 2024-08-18 15:30:11 +00:00
test Added combination checks. 2024-08-15 22:46:48 +02:00
.formatter.exs Add base Elixir project and card/deck implementation. 2024-08-05 22:47:55 +02:00
.gitignore Add base Elixir project and card/deck implementation. 2024-08-05 22:47:55 +02:00
mix.exs Add base Elixir project and card/deck implementation. 2024-08-05 22:47:55 +02:00
README.md Add base Elixir project and card/deck implementation. 2024-08-05 22:47:55 +02:00

PokerEx

TODO: Add description

Installation

If available in Hex, the package can be installed by adding poker_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:poker_ex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/poker_ex.