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.
[!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 preview
Unit tests:
pnpm test:unit
End-to-end tests (Playwright):
pnpm build
pnpm test:e2e
pnpm lint
pnpm format
This project is open source. See the repository for details.