Skip to content

Instantly share code, notes, and snippets.

@craigcoles
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigcoles/3681ea5d2036465b30f5 to your computer and use it in GitHub Desktop.
Save craigcoles/3681ea5d2036465b30f5 to your computer and use it in GitHub Desktop.
Dem Cards

UI

Start Game Screen

  • First User

    • Enter Username

    • Select Game Options

      • Which Packs? (Addition at a later date)
      • Player Limit (4-20)
      • Score Limit (Increments of 5)
  • Other Users

    • Enter Username

Game Screen

  • Header

    • Logo
    • Logout Button
  • All Users

    • Chat Window
    • Card Decks
    • Selected White Cards

Background Processes

Start Game

  • First User

    • Set as Master/Admin/Creator/Chief/God
  • Other Users

    • Set as player

Game Screen

  • Select Dealer (Random Selection)

    • Dealer

      • Once all white cards are turned over, the dealer shall pick the winner
  • All Players (Not Dealer)

    • Dealt 10 white cards
    • Black card is selected at random
    • Timer starts for all players (Duration is an option set by the Master/Admin/Creator/Chief/God)
    • Once timer is reached or all players have placed a white card, the dealer can then select their card of choice
    • Once dealer has selected, modal shall appear with to show the winner
    • Rinse and repeat to we have a winner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment