All Projects → hzoo → shengji

hzoo / shengji

Licence: MIT License
🃏 升级: a trick-taking card game (wip)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Dependency Status devDependency Status

Master

Master Codeship Status Master Coverage Status

Dev

Dev Codeship Status Dev Coverage Status

Sheng Ji (Level Up) is a family of popular chinese trick-taking card games that has many variations. It has dynamic trumps, fixed/dynamic teams, and multiple rounds.

You can think of it as a combination/variation of rules from:

  • Spades/Hearts
    • Highest ranking hand wins the trick.
    • You need follow the leading player's suit when possible.
    • Gain points (5, 10, K) instead of avoiding hearts.
    • You want to become void/short in a suit to play off-suit.

These games include:

  • Sìshí Fēn (40 points), Bāshí Fēn (80 points), Dǎ Bǎi Fēn (100 points)
  • Tuō Lā Jī (Tractor)
  • Zhǎo Péngyǒu (Looking for Friends)

Rules: https://en.wikipedia.org/wiki/Sheng_Ji

npm scripts

npm install

Development Server

npm run dev

Tests

npm test

Coverage

npm run coverage

Lint

npm run lint

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].