This is a documentation for Board Game Arena: play board games online !

Deck

From Board Game Arena
Revision as of 17:56, 11 February 2013 by Sourisdudesert (talk | contribs) (Created page with ""Deck" is one of the most useful component on PHP side. With "Deck", you can manage cards of your game on server side. Using "deck", you will be able to use the following fea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Deck" is one of the most useful component on PHP side. With "Deck", you can manage cards of your game on server side.

Using "deck", you will be able to use the following features without writing a single SQL database request:

  • Place cards in pile, shuffle cards, draw cards one by one or many by many.
  • "Auto-reshuffle" discard pile into deck when deck is empty.
  • Move cards between different locations: hands of players, the table, ...