mirror of
https://github.com/Febbweiss/pyramid.git
synced 2026-03-04 22:25:37 +00:00
24 lines
788 B
Markdown
24 lines
788 B
Markdown
Pyramid is a jQuery implementation of the famous Pyramid solitaire game card.
|
|
|
|
|
|
How to :
|
|
--------
|
|
|
|
The goal is to remove all Pyramid's cards.
|
|
To remove a card, it must be associated with an other one and their sum must be equals to 13.
|
|
Each card has is numeric value and Kings' value is 13 (no need to be associated with an other card), Queens' value is 12 and Jake' value is 11.
|
|
|
|
A live demo is avalaible [here](https://febbweiss.github.io/games/pyramid/)
|
|
|
|
Credits :
|
|
---------
|
|
|
|
* Graphics : [Byron Knoll](http://code.google.com/p/vector-playing-cards)
|
|
* Code : Fabrice Ecaille aka Febbweiss
|
|
|
|
Licences :
|
|
----------
|
|
|
|
Source code is under [MIT Licence](http://opensource.org/licenses/mit-license.php)
|
|
Cards sprite is under [Public domain](http://creativecommons.org/publicdomain/zero/1.0/)
|