https://github.com/sudo-rushil/elm-cards
A playing card library for writing games using standard card decks
https://github.com/sudo-rushil/elm-cards
Last synced: about 1 year ago
JSON representation
A playing card library for writing games using standard card decks
- Host: GitHub
- URL: https://github.com/sudo-rushil/elm-cards
- Owner: sudo-rushil
- License: mit
- Created: 2020-05-13T01:01:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T20:34:43.000Z (about 5 years ago)
- Last Synced: 2025-04-01T18:14:39.738Z (over 1 year ago)
- Language: Elm
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sudo-rushil/elm-cards
A playing card library for writing games using standard card decks.
If you would like to use this package but some functionality is missing let me know [in GitHub issues!](https://github.com/sudo-rushil/elm-cards/issues).
```elm
import Cards
kingOfSpades = Cards.new "spades" 13
```