Plinko Game Engine — Live RGS Demo
Plinko is an instant-win engine where a ball falls through a triangular peg board and lands in a multiplier bucket. Each peg is a 50/50 branch, so outcomes follow a binomial distribution — the centre hits most often and pays least, while the outer edges are rare and pay up to 1,000x. This page runs our production engine against a live Remote Gaming Server, so every drop is a genuine transaction with a real balance deduction and a verifiable, provably fair result.
How to Test This Engine
- 1Pick your row count
Choose between 8 and 16 rows. More rows means more pegs, a wider multiplier spread, and a higher top payout.
- 2Select a risk level
Low risk pays frequent small multipliers. High risk concentrates payouts in the outer buckets, with up to 1,000x on 16 rows.
- 3Set your bet amount
Enter any stake or use the quick presets. The demo runs on a virtual wallet funded by our RGS in demo mode.
- 4Drop the ball
Press the drop button or hit Space. The request goes to our live aggregator, which returns the ball path, final slot, multiplier, and your updated balance.
- 5Verify the result
Open the API Call Log to inspect the exact request and response, and check the server seed hash to confirm the outcome was provably fair.
What This Demo Proves
- Live RGS connection with real balance deductions on every drop
- Full request and response logging so you can audit every API call
- Provably fair verification via published server seed hashes
- Configurable multiplier tables pulled live from the engine config endpoint
- Session management with per-user JWT issued by the aggregator launch endpoint
- Deterministic ball path returned by the server, replayed in the UI
Engine Specifications
- Backend
- Node.js / TypeScript
- API
- REST (aggregator transaction endpoint)
- Rows
- 8 to 16 (configurable)
- Risk levels
- Low, Medium, High
- RTP
- 97% (configurable)
- House edge
- 3%
- Max multiplier
- 1,000x (16 rows, high risk)
- RNG
- Provably fair — server seed + client seed
- Settlement
- Instant, single-round
- Deployment
- Docker / Kubernetes
Frequently Asked Questions
Is this a real game engine or a simulation?
This is our production Plinko engine running on live infrastructure. Every drop sends a real transaction to our RGS aggregator, deducts from a real wallet balance, and returns a server-computed result. Nothing in this demo is mocked.
What is the RTP of the Plinko engine?
The default RTP is 97%, giving a 3% house edge. RTP is fully configurable per operator — we can ship the engine tuned to any target between roughly 90% and 99% depending on your jurisdiction and commercial model.
How does provably fair work in Plinko?
Before each round the server commits to a secret seed by publishing its SHA-256 hash. Your client seed is combined with that server seed to derive the ball path. After the round the server seed can be revealed, letting anyone recompute the result and confirm it was not altered.
What is the maximum win on Plinko?
The top multiplier is 1,000x, available in the outermost buckets on a 16-row board at high risk. Lower row counts and lower risk settings cap out much lower but hit winning buckets far more often.
Can I change the multiplier tables?
Yes. Multipliers are defined in the engine configuration and are served from a config endpoint, so they can be retuned without redeploying. We can supply custom tables matched to your target RTP and volatility profile.
How do I integrate this engine into my casino platform?
The engine exposes a REST API and connects to your wallet through a standard aggregator transaction endpoint. We provide Docker images, integration documentation, and hands-on support. Typical integration takes about 7 days.
Does the Plinko engine support multiple currencies?
Yes. Currency is set per session at launch time, and the engine settles in whatever currency your wallet returns. Crypto and fiat are both supported.
Want Plinko With Your Branding?
Every engine in our catalog can be reskinned, rebalanced, and integrated into your platform. Full source code, your ownership, delivered in 7 days.