Skip to content

Game design with multiple rewards

You can easily configure game designs to allocate multiple prizes. There are several configurations required for the game design so that winners are shown the actual prize from a pool of rewards.

In time, you can maintain a list of design templates for games with multiple rewards that have been configured with these steps.

1. Add a reward parameter in the Registration form

  • Go to the Registration page (should be normally locked, you can unlock it by clicking the locket icon)
  • Select the Registration element
  • Click Modify on the right game menu.

image.png

Add a new parameter in the registration form. This is used to show the correct win page related to the won reward.

  • Type: Hidden
  • Name: rewardId
  • Value: #rewardId#
    ⚠️Parameters are case-sensitive.
  • Click Save and close the form

image.png

2. Game page shows all possible prizes

This is applicable only to luck game types, as knowledge and skill games do not require this configuration.

In single reward games, the Game page shows only one prize that can be won. In multiple rewards games, the Game page can be configured to show all possible prizes and allow the user to actually see (land on, reveal) the won prize.

Example: configure a Wheel of Fortune game that shows all possible prizes on the wheel, and the winner sees how the wheel lands on the actual prize.

image.png

Hint: In the beginning, you can have a Game design to be generic and only show a win or lose state, and on the next Win Page, to show the actual prize. While it does not have the same impact, it’s easier to implement. Example: the spin the wheel shows only win or lose on the wheel, but not the actual prize(s).

image.png

Configuring the prizes to show on the Win page is done like this.

2.1. Click on the Prize settings in the lower right corner.

image.png

In the pop-up, the list of existing prizes is shown. By default, there should be only one prize if you started from a regular game design.

image.png

Press Add bulk prize to add a new prize.


2.2. Add a Bulk prize name and press Next.

image.png


2.3. Select Instant Win and Unlimited number of prizes. Choose the image of the prize, which is configured in the Game settings.

image.png


2.4. Press Save bulk prize to save the prize and open the detailed prize configuration.

image.png


2.5. You can review the prize name, and add a description or an image

All these values can be later used on a winners page to dynamically show to winners the prize name and image.

Placeholders can be used throughout the game to show these values. For example, #bulk_prize_name# shows the prize name defined here. More details in section 3.xxxx

image.png


2.6. Setup win conditions as below. In general, the Lobyco Game Setttings from the Admin Portal defines the win logic, so gameplay win options should just allow maximum flexibility as below.

  • Winner logic -> Instant Win
  • Number of times this prize can be won by a player = Unlimited
  • Exclude earlier winners of any prize – unchecked
  • Winner percentage – 100%

Advanced filters contain

  • Form field is checked
  • Operator is And
  • Two fields are generated
  • Win = true
  • rewardId = the ID reward of the reward in the Game Admin Portal

image.png


2.7. The winning image should be selected as the desired reward

image.png


3. Duplicate Win Pages

Create a Win Page for each reward.

  1. Select the Win Page
  2. Right-click and press Duplicate to create new reward pages
  3. Rename the new pages to reflect the reward
  4. Adapt each page to reflect the specific reward. For custom rewards (e.g., concert tickets) take into account that the user will not receive the reward in the App. Therefore Consider to have on those pages a clear description of how the winner gets his reward (e.g., delivery method, time to get the reward, etc.)

image.png

4. Win Pages visibility condition

On each win page, you need to edit the visibility condition to match the reward ID from the game configuration.

  1. Go to the game and check the ID for the reward. This is allocated for all rewards after the game is saved.
  2. Select the Win page for that specific reward
  3. In the game menu (right side) go to the Advance tab
  4. Select Winners radio button in the Visibility Condition, if not already selected
  5. Check Form field(s) - a dropdown appears
  6. Select rewardId in Field, = in Condition, and input the rewardId from step 1 in Value.
    Note that the parameters are case sensitive.

image.png

5. Other pages visibility conditions

Following the same steps to configure the visibility conditions, you can show additional pages to users who won specific rewards. For example, for custom reward winners you might want to show an additional page with more details about the reward and delivery process.