svyatov / deck

Library for basic operations on a deck of playing cards for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deck

Hex.pm Build Status Hex.pm

Get, shuffle and deal a deck of playing cards of any size (from 4 to 52 cards).

Installation

defp deps do
  [
    {:deck, "~> 1.1"}
  ]
end

Documentation

Documentation can be found at 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.

About

Library for basic operations on a deck of playing cards for Elixir

License:Apache License 2.0


Languages

Language:Elixir 100.0%