Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/elixir_poker_game
poker game logic implemented in elixir
https://github.com/dkuku/elixir_poker_game
elixir hacktoberfest
Last synced: about 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T17:35:54.000Z (over 4 years ago)
- Last Synced: 2024-10-20T10:20:42.957Z (2 months ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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