A high-energy cyberpunk slot machine built with Stake Engine Core and PixiJS.
# Install dependencies
cd math && npm install
cd ../client && npm install
# Run frontend (with mock data)
cd client && npm run dev
# Open http://localhost:3000
# Run math simulations (optional, for real RTP balancing)
cd math && npm run simulate
neon-surge/
├── math/ # Stake Engine backend (TypeScript)
│ ├── src/
│ ├── static-reels/
│ └── index.ts
└── client/ # Frontend (Svelte 5 + PixiJS)
├── src/
└── assets/
See ASSETS.md for image generation prompts (10 symbols + minimal UI).
Total: 15 simple geometric neon shapes - easy to generate with any AI.
# Math backend
cd math
npm run simulate # Run 200k spin simulation
npm run optimize # Optimize RTP (1-2 hours)
npm run panel # Launch Slot Engine Panel (optional)
# Frontend
cd client
npm run dev # Dev server
npm run build # Production build