https://github.com/slot-engine/slot-engine
TypeScript libraries for building Slot Games.
https://github.com/slot-engine/slot-engine
math-sdk slot-engine slots stake stake-engine
Last synced: 3 months ago
JSON representation
TypeScript libraries for building Slot Games.
- Host: GitHub
- URL: https://github.com/slot-engine/slot-engine
- Owner: slot-engine
- Created: 2025-10-12T13:33:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-13T19:37:22.000Z (4 months ago)
- Last Synced: 2026-02-14T02:40:25.812Z (4 months ago)
- Topics: math-sdk, slot-engine, slots, stake, stake-engine
- Language: TypeScript
- Homepage: https://slot-engine.dev
- Size: 2.1 MB
- Stars: 13
- Watchers: 0
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

> [!NOTE]
> Slot Engine is a community project and is not affiliated with Stake.
# Slot Engine
TypeScript libraries for building slot games.
## Available Packages
### `@slot-engine/core`
Library for configuring and simulating slot games. Produces output compatible with Stake Engine / Stake RGS.
[📖 Documentation](https://slot-engine.dev/docs/core)
### `@slot-engine/panel`
Web GUI for interacting with Slot Engine. Run simulations, view statistics, explore game files.
[📖 Documentation](https://slot-engine.dev/docs/panel)
### (WIP) `@slot-engine/lgs`
Local gaming server. Test your game locally without uploading to Stake Engine and save time during development.
[📖 Documentation](https://slot-engine.dev/docs/lgs)
## Contributing
See [the contributing guide](CONTRIBUTING.md) for more information.