https://github.com/acmutd/acm-plinko
Plinko fork for ACM Community usage :)
https://github.com/acmutd/acm-plinko
Last synced: about 2 months ago
JSON representation
Plinko fork for ACM Community usage :)
- Host: GitHub
- URL: https://github.com/acmutd/acm-plinko
- Owner: acmutd
- Created: 2026-03-30T23:16:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T00:32:43.000Z (3 months ago)
- Last Synced: 2026-03-31T01:36:54.625Z (3 months ago)
- Language: TypeScript
- Homepage: https://plinko.acmutd.co
- Size: 1.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACM Plinko
A point-based Plinko game built for ACM Community events. Drop a ball, watch it bounce, and see where it lands. Each bin awards (or deducts) points from your running total.

## Features
- Custom point values per bin (no fake money, just points)
- Random officer face ball drops
- Sound effects on drop, win, and loss
- Running score total with reset
- Live stats panel
- ACM-styled dark UI with Community gradient
## Credits
This project is a fork of [AnsonH's plinko-game](https://github.com/AnsonH/plinko-game), originally built as a free-to-play web Plinko game inspired by Stake.com. Huge thanks to Anson for the physics engine setup and overall architecture. I just reskinned it for ACM.
## Development
> Requires Node.js 20+
```bash
npm install --legacy-peer-deps
npm run dev
```
### Building for Production
```bash
npm run build
npm run preview
```
## Built by ACM Development
Made with love by [ACM UTD](https://github.com/acmutd).