https://github.com/svyatov/deck
Library for basic operations on a deck of playing cards for Elixir
https://github.com/svyatov/deck
card-games cards elixir playing-cards poker
Last synced: about 1 year ago
JSON representation
Library for basic operations on a deck of playing cards for Elixir
- Host: GitHub
- URL: https://github.com/svyatov/deck
- Owner: svyatov
- License: apache-2.0
- Created: 2019-02-02T21:54:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T02:20:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T20:04:06.264Z (over 1 year ago)
- Topics: card-games, cards, elixir, playing-cards, poker
- Language: Elixir
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Deck
[](https://hex.pm/packages/deck)
[](https://travis-ci.org/svyatov/deck)
[](https://hex.pm/packages/deck)
Get, shuffle and deal a deck of playing cards of any size (from 4 to 52 cards).
## Installation
```elixir
defp deps do
[
{:deck, "~> 1.1"}
]
end
```
## Documentation
Documentation can be found at [hexdocs.pm/deck](https://hexdocs.pm/deck).
## Contributing
Pull Requests are happily accepted.
## Copyright and License
Copyright (c) 2019-2020, Leonid Svyatov.
Deck source code is licensed under the [Apache License v2.0](LICENSE).