Skip to content

pauldhawk/KingGin

Repository files navigation

King Gin

Web implementation of King Gin, a contract rummy card game variant.

Development

npm install
npm run dev        # http://localhost:5173/KingGin/

Quality checks

npm run check      # typecheck + lint + tests (all must pass)
npm run test       # tests only
npm run typecheck  # TypeScript only
npm run lint       # ESLint only

Build

npm run build      # outputs to dist/

Deploys automatically to GitHub Pages on push to main.

Rules

See docs/King_Gin_Rules.md for the full game rules.

About

Web implementation of King Gin (contract rummy variant)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors