Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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