feat(rail-drop): Plinko-on-a-rail casino game#30
Open
naosbtc wants to merge 1 commit intoStakeEngine:mainfrom
Open
feat(rail-drop): Plinko-on-a-rail casino game#30naosbtc wants to merge 1 commit intoStakeEngine:mainfrom
naosbtc wants to merge 1 commit intoStakeEngine:mainfrom
Conversation
A new Stake Engine game where a ball rolls along a horizontal rail and drops into one of three Plinko boards positioned along its path. Each zone has progressively more rows (8 / 12 / 16) and more extreme multipliers, modeled on Stake Plinko's published distributions: - Zone 1 (8 rows): 0.2× — 29× (low / med / high risk) - Zone 2 (12 rows): 0.2× — 170× - Zone 3 (16 rows): 0.2× — 1000× Per-zone RTP ~99% under a binomial slot distribution. Three risk tiers (low/medium/high) selectable from the game canvas. Includes the full Stake SDK app scaffold (config-vite/svelte/ts/lingui workspace deps), book-event handlers (drop, finalWin), animated SVG scene with rolling ball, drop, row-by-row bouncing and slot landing, six sample books for storybook/dev playback, and a dev panel inside Game.svelte to trigger them without an RGS session. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A new Stake Engine game where a ball rolls along a horizontal rail and drops into one of three Plinko boards positioned along its path. Each zone has progressively more rows (8 / 12 / 16) and more extreme multipliers, modeled on Stake Plinko's published distributions.
Multiplier tables (~99% RTP per zone)
Each zone uses a binomial slot distribution; multipliers match the values from Stake's published Plinko paytables.
What's included
Test plan
Notes
🤖 Generated with Claude Code