https://github.com/hzoo/shengji
:black_joker: 升级: a trick-taking card game (wip)
https://github.com/hzoo/shengji
Last synced: 3 months ago
JSON representation
:black_joker: 升级: a trick-taking card game (wip)
- Host: GitHub
- URL: https://github.com/hzoo/shengji
- Owner: hzoo
- License: mit
- Created: 2014-12-23T22:46:41.000Z (over 10 years ago)
- Default Branch: development
- Last Pushed: 2015-08-15T17:08:05.000Z (over 9 years ago)
- Last Synced: 2025-02-01T16:51:16.266Z (3 months ago)
- Language: JavaScript
- Homepage: http://sheng-ji-dev.herokuapp.com
- Size: 770 KB
- Stars: 19
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Dependency Status]](https://david-dm.org/hzoo/shengji)
[![devDependency Status]](https://david-dm.org/hzoo/shengji#info=devDependencies)#### [Master]
[![Master Codeship Status]](https://codeship.com/projects/54845) [![Master Coverage Status]](https://coveralls.io/r/hzoo/shengji?branch=development)#### [Dev]
[![Dev Codeship Status]](https://codeship.com/projects/54845) [![Dev Coverage Status]](https://coveralls.io/r/hzoo/shengji?branch=development)**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
- Contributing: [CONTRIBUTING.md](https://github.com/hzoo/shengji/blob/development/CONTRIBUTING.md)
## [npm scripts]
> npm installDevelopment Server
> npm run devTests
> npm testCoverage
> npm run coverageLint
> npm run lint[Dependency Status]: https://img.shields.io/david/hzoo/shengji.svg?style=flat-square
[devDependency Status]: https://img.shields.io/david/dev/hzoo/shengji.svg?style=flat-square
[Master]: http://sheng-ji.herokuapp.com/
[Dev]: http://sheng-ji-dev.herokuapp.com/
[Master Codeship Status]: https://img.shields.io/codeship/9ded0240-72c2-0132-69bb-06c77d4bfcaa/master.svg?style=flat-square
[Master Coverage Status]: https://img.shields.io/coveralls/hzoo/shengji/master.svg?style=flat-square
[Dev Codeship Status]: https://img.shields.io/codeship/9ded0240-72c2-0132-69bb-06c77d4bfcaa/development.svg?style=flat-square
[Dev Coverage Status]: https://img.shields.io/coveralls/hzoo/shengji/development.svg?style=flat-square
[npm scripts]: package.json