cardTypes

The types of action cards in a [symbol]: [name] pairs.
Warning: You shouldn't modify any of existing values.

Example

// example
cardTypes = {
  0: 'Zero',
  1: 'One',
  ...,
  r: 'Reverse',
  s: 'Skip',
  w: 'Wild',
  '+2': 'Draw two',
  '+4': 'Wild Draw Four'
}