Chicken Crash Twitch Overlay
Keep running, collect multipliers, cash out before the crocodile snaps.
A viewer sends the chicken across the river with !chicken. Each column raises the multiplier and the danger of the crocodile snapping. Cashing out in time secures stake times multiplier, one step too far costs everything.
!chicken
What this overlay does
// In short
Chat yells keep going, the player decides, and by the end one of them was wrong. A viewer types !chicken with a stake, the chicken waddles off and stands on the first platform. With !go it moves one column further and the multiplier rises, but a crocodile lurks at every platform. Whoever calls !cash secures stake times the current multiplier, whoever dares one step too many loses everything. The survival chance per step is derived EV-fair from the multiplier ladder, so the configured RTP (default 95 percent) holds at every column. Four risk levels from Easy to Hardcore control how steep the ladder climbs and how often the crocodile snaps, from a long calm crawl to 5000x in ten brutal steps. One viewer plays actively, others line up in a FIFO queue. If the active player goes quiet too long, a timeout secures automatically and frees the spot. The jungle scene stays on screen permanently, the surroundings transparent. Points run API-first via StreamElements or Firebot, otherwise via a chat command.
Features
// What's inside
How a round works
// Step by step
Chat commands
// What your community types
| Command | Who | Effect |
|---|---|---|
!chicken <stake> | Viewer | Start a run, the stake is deducted |
!chicken <stake> <risk> | Viewer | Pick a risk: easy, medium, hard or hardcore |
!go | Player | One column further, the multiplier rises |
!cash | Player | Secure the current winnings and pay out |
!chickenreset | Mod | Abort the running run, back to IDLE |
Key settings
// What you tweak in config.js
enableCost- Real points (on) or fun mode with no stake
chickenRisk- Default risk: easy, medium, hard or hardcore
allowRiskChoice- Viewers may pick their own risk
chickenMultipliers- Custom multiplier table, overrides the risk profile
chickenRTP- Target payout rate the odds are derived from
chickenMinBet- Smallest allowed stake per run
chickenMaxBet- Largest allowed stake per run
stepTimeoutSec- Time without input before it secures automatically
maxQueue- Queue size (0 = off)
sceneScale- Overall size of the jungle scene
sceneFullscreen- Fullscreen: the scene fills the source edge to edge instead of a band
Screenshots
// From the overlay