dgw / sopel-UnoBot

Play UNO on IRC with the help of your Sopel bot!
Other
3 stars 3 forks source link

Remove top card & live players' held cards from new decks #40

Closed dgw closed 6 years ago

dgw commented 7 years ago

Also removing dead players' cards could result in very skewed card distributions if a lot of players have joined and then left the game. Might handle that by storing the number of cards a player has upon leaving, rather than the actual cards held...

For that reason, this isn't necessarily ready to merge yet.

dgw commented 7 years ago

This breaks dealing, so… do not merge.

dgw commented 7 years ago

Fixed dealing. The new UnoGame.dealt property should be used in place of other proxies (e.g. UnoGame.startTime) where appropriate once this is merged.

dgw commented 6 years ago

Go-go gadget PR merge!