🍀
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

Shuffler

Last updated 1 year ago

Demo:

  1. Configuration

  2. Options

  3. Assets

Configuration

JSON
{
    "options": {
        "shuffleSpeed": 350,
        "numberOfShuffles": 15,
        "startAnimationDuration": 1500,
        "default_lang": "fr"
    },
    "texts": {
      "en": {
        "game_button_play": "Play now"
      },
      "fr": {
        "game_button_play": "Je joue"
      },
      "nl": {
        "game_button_play": "Speel nu"
      }
    },
    "images": {
      "image_top": GAME_URL + "/assets/shuffle/box_top.png",
      "image_bottom": GAME_URL + "/assets/shuffle/box_bottom.png",
      "image_close": GAME_URL + "/assets/shuffle/box_closed.png",
      "image_obj": GAME_URL + "/assets/shuffle/item.png",
      "rewards": {}
    }
}

Options

Key
Type
Explanation
Default

Integer

Speed of the shuffle moves.

350

Integer

Total number of shuffles before the customer can choose one of the boxes.

15

Integer

Duration before the item falls into one of the boxes.

1500

String

[PTF] Default language if unmatched language.

"fr"

Text

Text for the button that is displayed at the start of the game.

"Play now" / "Je joue" / "Speel nu"

Assets

Key
Size
Explanation
Default

175 x 175px

Top part of the open box.

175 x 175px

Bottom part of the open box.

175 x 175px

Closed box.

100 x 100px

Item to be hidden in the box (must fit in the box).

đŸ•šī¸
shuffleSpeed
numberOfShuffles
startAnimationDuration
default_lang
game_button_play
image_top
image_bottom
image_close
image_obj
https://campaigns.lucky-cycle.com/game-demo/jeu/shuffle
/assets/shuffle/box_top.png
/assets/shuffle/box_bottom.png
/assets/shuffle/box_closed.png
/assets/shuffle/item.png