Black-Jack
Configuration
JSON
{
"options": {
"background_color": "transparent",
"big_win_id": "1234"
},
"texts": {
"en": {
"play_button": "Play now",
"game": {
"dealer": "Bank",
"player": "Your hand"
}
},
"fr": {
"play_button": "Je joue",
"game": {
"dealer": "Banque",
"player": "Votre main"
}
},
"nl": {
"play_button": "Speel nu",
"game": {
"dealer": "Bank",
"player": "Jouw hand"
}
}
},
"images": {
"background_image": GAME_URL + "/background.png",
"cards": {
"2": GAME_URL + "/2.png",
"3": GAME_URL + "/3.png",
"4": GAME_URL + "/4.png",
"5": GAME_URL + "/5.png",
"6": GAME_URL + "/6.png",
"7": GAME_URL + "/7.png",
"8": GAME_URL + "/8.png",
"9": GAME_URL + "/9.png",
"10": GAME_URL + "/10.png",
"J": GAME_URL + "/jack.png",
"Q": GAME_URL + "/queen.png",
"K": GAME_URL + "/king.png",
"11": GAME_URL + "/ace.png",
"back": GAME_URL + "/back.png"
},
"rewards": {}
}
}Options
Key
Type
Explanation
Default
String
Background color (visible if no image).
"transparent"
String
ID of a reward to trigger the special pair (figure + ace).
"1234"
String
Text for the button that is displayed at the start of the game.
"Play now" / "Je joue" / "Speel nu"
String
Text for the dealer's hand.
"Bank" / "Banque" / "Bank"
String
Text for the player's hand.
"Your hand" / "Votre main" / "Jouw hand"
Assets
Key
Size
Explanation
Default
Last updated