Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.28 KB

Open Rummy

Icon

A companion website for playing the Open Rummy card game

Features

  • 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

Structure

  • ES6 Javascript
  • Preact
  • Unistore
  • Mitt
  • Webpack

Live Site

https://open-rummy.com

App

Get it on Google Play

Development Usage

  • 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/

Build Usage

  • Install NodeJS 14.0 or higher.
  • Run npm ci in the root folder
  • Run npm run build in the root folder

Improvements

  • Undo button in button bar
  • Share game via qr code

License

MIT