neon-surge Svelte Themes

Neon Surge

Cyberpunk slot game built with Stake Engine Core + Svelte 5 + PixiJS

NEON SURGE - Cyberpunk Slot Game

A high-energy cyberpunk slot machine built with Stake Engine Core and PixiJS.

Game Specs

  • Theme: Synthwave / Cyberpunk neon geometric arcade
  • Layout: 5x3 reels, 243 ways to win
  • RTP: 96.08%
  • Volatility: Medium (6-7)
  • Max Win: 5000x
  • Features: Free Spins, Progressive Multipliers, Anticipation

Quick Start

# 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

Project Structure

neon-surge/
├── math/           # Stake Engine backend (TypeScript)
│   ├── src/
│   ├── static-reels/
│   └── index.ts
└── client/         # Frontend (Svelte 5 + PixiJS)
    ├── src/
    └── assets/

Assets Needed

See ASSETS.md for image generation prompts (10 symbols + minimal UI). Total: 15 simple geometric neon shapes - easy to generate with any AI.

Commands

# 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

Top categories

Loading Svelte Themes