A companion website for playing the Open Rummy card game
- Game instructions
- Automated point calculations
- Round win status
- Current player turn
- Payout calculations
- Storage fallback for incomplete games
- Service Worker for offline support
- Wake-Lock API for keeping your screen awake on supported browsers
- CSV Exports
- ES6 Javascript
- Preact
- Unistore
- Mitt
- Webpack
- Install NodeJS 14.0 or higher.
- Run
npm ci
in the root folder - Run
npm start
in the root folder
Then open up your favorite browser and go to http://localhost:3467/
- Install NodeJS 14.0 or higher.
- Run
npm ci
in the root folder - Run
npm run build
in the root folder
- Undo button in button bar
- Share game via qr code
MIT