Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmup/cards
a nim package for constructing and utilizing a deck of playing cards
https://github.com/shmup/cards
cards nim
Last synced: 25 days ago
JSON representation
a nim package for constructing and utilizing a deck of playing cards
- Host: GitHub
- URL: https://github.com/shmup/cards
- Owner: shmup
- Created: 2017-06-27T14:08:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T14:09:09.000Z (over 7 years ago)
- Last Synced: 2025-01-07T22:52:48.443Z (29 days ago)
- Topics: cards, nim
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
IDEA
* concept of a card
* concept of a deck of cards
* concept of a stack, a-la a container (hand, this pile, that pile)TODO
* simulate French decks of cards: https://en.wikipedia.org/wiki/Standard_52-card_deck
* everything else