module PlayingCards

Overview

TODO Write documentation for PlayingCards

Defined in:

playing-cards.cr
playing-cards/version.cr

Constant Summary

RANKS = ["2", "3", "4", "5", "6", "7", "8", "9", "T", "J", "Q", "K", "A"] of ::String
SUITS = ["C", "D", "H", "S"] of ::String
VERSION = "0.1.0"