A free-to-play Plinko web game inspired by The Price Is Right.
Built with Claude Code — a great example of what you can create when AI and human creativity work together.
Plinko Deluxe is a 100% free web-based Plinko game where you drop balls through a pyramid of pins and watch them bounce into payout bins at the bottom. No real money, no sign-up, no ads — just drop and play.
- 100% free to play with unlimited balance top-ups
- Manual and auto-bet modes
- Real-time live stats and charts
- Leaderboard
- Sound effects and audio controls
- Responsive design for desktop and mobile
- SvelteKit (Svelte 5) — UI framework
- Tailwind CSS v4 — styling
- Matter.js — 2D physics engine for ball simulation
- PixiJS — rendering
- Chart.js — live stats charts
- Howler.js — audio
- Bits UI — headless UI components
- Netlify — hosting and serverless functions
- Playwright — end-to-end testing
- Vitest — unit testing
Note
Requires Node.js 20 or later.
-
Install pnpm (v9+)
-
Clone this repository
git clone https://github.com/growsontrees/plinko-deluxe.git cd plinko-deluxe -
Install dependencies
pnpm install
-
Start the development server
pnpm dev
The site is statically generated using @sveltejs/adapter-static.
pnpm build
pnpm previewUnit tests:
pnpm test:unitEnd-to-end tests (Playwright):
pnpm build
pnpm test:e2epnpm lint
pnpm formatThis project is open source. See the repository for details.