2020-05-20 11:30:55 -06:00
2020-05-20 11:11:45 -06:00
2020-05-20 11:11:45 -06:00
2020-05-20 11:30:55 -06:00
2020-05-20 11:11:45 -06:00

Deckcard

The deck shuffeling and card drawing program

Deckcard is a simple deck shuffeling and card drawing program, its designed to use deck definition files (written as a JSON object filled with only named arrays.

An example of a deck definition file:

{
"value":[ "A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"],
"suit":[ "♥", "♣", "♠", "♦"]
}

Using this you can make all kinds of decks.

Things not yet supported:

  • Unique cards
  • Multipul card classes
  • Mixing decks
Description
No description provided
Readme 44 KiB
Languages
HTML 61.6%
CSS 38.4%