Web implementation of King Gin, a contract rummy card game variant.
npm install
npm run dev # http://localhost:5173/KingGin/npm run check # typecheck + lint + tests (all must pass)
npm run test # tests only
npm run typecheck # TypeScript only
npm run lint # ESLint onlynpm run build # outputs to dist/Deploys automatically to GitHub Pages on push to main.
See docs/King_Gin_Rules.md for the full game rules.