deck-builder

deck-builder [code] [demo] is a web-based application for building and saving card decks.

Configuration

The config.json file can be modified to configure the deck-builder.

{
"paths": {
"cardJson": "prm/cards.json",
"images": "prm/img/"
}
}

Card Data

The cards.json file contains the game specific deckbuilding parameters and the card data entries.

{
"deckSizeLimit": 21,
"cardLimitPerDeck": 7,
"useRemoteImages": false,
"corsProxy": "",
"cardDimensions": {
"width": 367,
"height": 512
},
"cardData": {
"000010": {
"image": "000010.webp",
"name": "Placeholder_0",
"description": "Placeholder description."
}
}
}