🍀
Lucky Cycle
GamesCampaigns (FR)
  • đŸ•šī¸Games
    • Games
      • Explosion
      • Black-Jack
      • Brelan
      • Candy Crush
      • Catch'Em All!
      • Dino Run
      • Endless Runner
      • Flip Cards
      • Grabber
      • Hidden Object
      • Memory
      • Millionaire
      • Paper Toss
      • Penalty
      • Personality
      • Pinata
      • Scratch Card
      • Scratch Nine
      • Shooter
      • Short
      • Shuffler
      • Slicer
      • Slot Machine
      • Snake
      • Tinder
      • Vintage Wheel
      • Wheel
  • 🍄Campaigns (FR)
    • Campagnes
      • Template Standard
      • Template Wheel
Powered by GitBook
  1. Games
  2. Games

Flip Cards

Last updated 8 months ago

Demo:

  1. Configuration

  2. Options

  3. Assets

Configuration

JSON
{
  "options": {
    "columns": 2,
    "rows": 1,
    "number_of_try": 1,
    "background_color": "transparent",
    "use_reward_image": false,
    "default_lang": "fr"
  },
  "texts": {
    "en": {},
    "fr": {},
    "nl": {}
  },
  "sounds": {},
  "images": {
    "background_image": GAME_URL + "/assets/flip-card/background.png",
    "image_list": [
      GAME_URL + "/assets/flip-card/back-1.png"
    ],
    "win": GAME_URL + "/assets/flip-card/win.png",
    "lose": GAME_URL + "/assets/flip-card/lose.png",
    "rewards": {}
  }
}

Options

Key
Type
Explanation
Default

Integer

Grid (determines the number of items displayed, rows*columns).

2 / 1

Integer

Number of chances (clicks).

1

String

Background colour (visible if no image).

"transparent"

Boolean

Use one image per reward, or default ones (win / lose).

false

String

[PTF] Default language if unmatched language.

"fr"

Assets

Key
Size
Explanation
Default

550 x 380px

Background of the game.

120 x 200px

Visual(s) displayed before clicking.

120 x 200px

Visual if won (use_reward_image has to be set to false).

120 x 200px

Visual if lost (use_reward_image has to be set to false).

đŸ•šī¸
columns / rows
number_of_try
background_color
use_reward_image
default_lang
background_image
image_list
win
lose
https://campaigns.lucky-cycle.com/game-demo/jeu/flip-card
/assets/flip-card/background.png
/assets/flip-card/back-1.png
/assets/flip-card/win.png
/assets/flip-card/lose.png