https://github.com/dkuku/elixir_poker_game
poker game logic implemented in elixir
https://github.com/dkuku/elixir_poker_game
elixir hacktoberfest
Last synced: 17 days ago
JSON representation
poker game logic implemented in elixir
- Host: GitHub
- URL: https://github.com/dkuku/elixir_poker_game
- Owner: dkuku
- Created: 2020-06-23T19:17:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T17:35:54.000Z (almost 6 years ago)
- Last Synced: 2025-12-13T01:56:31.532Z (6 months ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poker
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `poker` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:poker, "~> 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/poker](https://hexdocs.pm/poker).
# elxir_poker_game