PlayableLabs Docs
Screens

End Cards

End cards are the final screens users see — your best chance to convert.

End cards are the final screens users see — your best chance to convert.


End Card Types

TypeWhen It AppearsTypical Tone
Win ScreenUser succeedsCelebratory, positive
Lose ScreenUser failsEncouraging, retry-focused
Time's UpTimer runs outUrgency, "almost had it"

What's on an End Card

Each end card (win and lose) bundles:

ElementWhat You Can Change
BackgroundImage + color/tint
LogoThe game logo (its own slot, separate from the title)
TitleText, color, size, outline, shadow
SubtitleText, color, size
"Play Now" CTAButton image, color, text, text color, size

By default an end card is designed per game with the logo and a "Play Now" button beneath it.

Static End Card Image

When you'd rather supply the whole card as one image, you can upload a static end-card image — it fills the background and replaces the composed layout.

Click Anywhere to Redirect

Each end card can let a tap anywhere send the user to the store, not just the CTA button. This is set independently for the win and lose cards. See Redirect & Store.


Background

SpriteParameter Properties

PropertyTypeDescriptionExample
spriteFrameImageParameterBackground imageUpload PNG/JPG
spriteColorColorParameterColor overlay/tint#000000 for darkening

Background Options

ApproachWhen to Use
Full imageCustom artwork, screenshots
Solid colorClean, minimal look
Color + tintDarken image for text readability

Title

LabelParameter Properties

PropertyTypeDescriptionExample
stringTextParameterHeadline text"You Won!"
labelColorColorParameterText color#FFFFFF
fontSizeNumberParameterText size72
isBoldBooleanParameterBold weighttrue
outlineColorColorParameterOutline color#000000
outlineWidthNumberParameterOutline thickness4
shadowColorColorParameterShadow color#000000
shadowOffsetCoordinatesParameterShadow position{x: 3, y: -3}

Title Examples

ScreenSuggested TextTone
Win"You Won!", "Victory!", "Nice!"Celebratory
Lose"Try Again", "So Close!", "Almost!"Encouraging
Time's Up"Time's Up!", "Out of Time"Urgent

Subtitle

LabelParameter Properties

PropertyTypeDescriptionExample
stringTextParameterSecondary text"Play the full game"
labelColorColorParameterText color#CCCCCC
fontSizeNumberParameterText size36

Subtitle Examples

ScreenSuggested Text
Win"Keep the fun going", "More levels await"
Lose"Want to try again?", "The full game has more"

CTA Button

The Call-to-Action button converts viewers into downloads.

ButtonParameter Properties

PropertyTypeDescriptionExample
spriteFrameImageParameterButton backgroundUpload PNG
spriteColorColorParameterBackground color/tint#FF5722
labelStringTextParameterButton text"Download Now"
labelColorColorParameterText color#FFFFFF
labelFontSizeNumberParameterText size42
labelBoldBooleanParameterBold texttrue
labelOutlineColorColorParameterText outline#000000
labelOutlineWidthNumberParameterOutline thickness2

CTA Text Examples

Good (Action-oriented)Weak (Generic)
"Download Now""Click Here"
"Play Free""Continue"
"Get the App""OK"
"Try It!""Submit"

CTA Color Tips

GoalApproach
Maximum visibilityBright accent color, contrasts with background
Brand alignmentUse brand primary or accent color
Text readabilityHigh contrast between labelColor and spriteColor

Win Screen Configuration

ElementRecommendation
TitleCelebrate: "You Won!", "Victory!"
Subtitle"Keep the fun going", "More levels await"
CTA"Download Now", "Play More"
BackgroundBright, positive colors or celebration imagery

Lose Screen Configuration

ElementRecommendation
TitleEncouraging: "Try Again", "So Close!"
Subtitle"Want to try again?", "The full game has more"
CTA"Get Full Game", "Try Again"
BackgroundSofter colors, retry-focused imagery

Testing End Cards

  1. Play to win — Verify win screen displays correctly
  2. Play to lose — Verify lose screen displays correctly
  3. Tap CTA — Confirm redirect works
  4. Check mobile — Ensure buttons are tappable (min 44x44px)
  5. Check text — Verify all text fits and is readable

On this page