🍀
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

Shooter

Last updated 1 year ago

Demo:

  1. Configuration

  2. Options

  3. Assets

Configuration

JSON
{
  "options": {
    "balloons_number": 5,
    "number_of_try": 3,
    "image_size": 20,

    "sound": false,
    "sound_explosion_balloon": "",
    "sound_win": "",
    "sound_lose": "",

    "balloon_speed_min": 10,
    "balloon_speed_max": 20,
    "default_lang": "fr"

  },
  "texts": {
    "en": {},
    "fr": {},
    "nl": {}
  },
  "images": {
    "balloons": [
      GAME_URL + "/assets/_games/shooter/item-1.png"
    ],
    "image_balloon_win": GAME_URL + "/assets/_games/shooter/win.png",
    "image_balloon_lose": GAME_URL + "/assets/_games/shooter/lose.png",
    "image_cursor": GAME_URL + "/assets/_games/shooter/cursor.png",
    "background_image": GAME_URL + "/assets/shooter/background.png"
  }
}

Options

Key
Type
Explanation
Default

Integer

Number of items displayed.

5

Integer

Number of items to click on.

3

Integer

Size of the items (based on the x size of the game, in %).

20

Boolean

[DEPRECATED] Tells the game to use sounds or not.

false

Text

[DEPRECATED] Sound when you clic on an item.

""

Text

[DEPRECATED] Sound in case of a win.

""

Text

[DEPRECATED] Sound in case of a lose.

""

Integer

Items min speed.

10

Integer

Items max speed.

20

String

[PTF] Default language if unmatched language.

"fr"

Assets

Key
Size
Explanation
Default

150 x 150px (each)

Items to be displayed in the game (based on the balloons_number option).

150 x 150px

Image to be displayed once an item has been clicked on in case of a win.

150 x 150px

Image to be displayed once an item has been clicked on in case of a lose.

64 x 64px

Replace the default cursor while playing.

550 x 380px

Image to be displayed in the back of the game.

đŸ•šī¸
balloons_number
number_of_try
image_size
sound
sound_explosion_balloon
sound_win
sound_lose
balloon_speed_min
balloon_speed_max
default_lang
balloons
image_balloon_win
image_balloon_lose
image_cursor
background_image
https://campaigns.lucky-cycle.com/game-demo/jeu/shooter
/assets/shooter/item-1.png
/assets/shooter/win.png
/assets/shooter/lose.png
/assets/shooter/cursor.png
/assets/shooter/background.png