razrrr / psychic-winner

Card game implementation as a node/github/javascript exercise.
1 stars 2 forks source link

Limited quantity of buyable cards #16

Closed razrrr closed 8 years ago

razrrr commented 8 years ago

Could keep arrays of the same card to resemble same data format as hand/deck/discard or could keep a counter instead, which is less preferable. Discussion needed.

razrrr commented 8 years ago

added in 0128cdb7a43d6b3d8c25e820a9c7ee2d7c27ba5f

using counter approach instead of array