daviscodesbugs / gamepiece-json

A collection of json files describing the pieces of board games
GNU General Public License v3.0
13 stars 33 forks source link

Add Uno #4

Closed matankb closed 8 years ago

daviscodesbugs commented 8 years ago

Looking good! 👍 just a few small things: name still says "Settlers of Catan" break down cards by color (in addition to value)

matankb commented 8 years ago

Will do!

daviscodesbugs commented 8 years ago

Looking way good - one more request 😬
Break down number cards into respective values - the idea here is that if I lost a card, I would know what I'm missing. I have 19 red number cards... are they all 7s? are they numbers 1-19? Perhaps add attribute "values": [1,1,1,1,2,2,3,3,4,6,6] or {"value":1,"count",4},{"value":2,"count":2}

daviscodesbugs commented 8 years ago

Beautiful 👌 Thanks for contributing! Merging.