shanedbutler / whats-for-dinner-poker

A web-based game inspired by video poker to assist with weekly meal plan creation.
GNU General Public License v3.0
2 stars 1 forks source link

Even out cards array #22

Closed shanedbutler closed 2 years ago

shanedbutler commented 2 years ago

To bring each deck to an even number cards of from each suit:

Deck 2 needs:

Deck 1 needs:

This will also bring each deck to 52 cards.

Originally posted by @shanedbutler in https://github.com/shanedbutler/whats-for-dinner-poker/issues/21#issuecomment-1232968314

shanedbutler commented 2 years ago

Done!