mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 06:35:50 +00:00
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
#Pyramid
|
|
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.
|
|
|
|
##Demo
|
|
|
|
<object data="/demo/pyramid/index.html" width="570" height="470">
|
|
<embed src="/demo/pyramid/index.html" width="570" height="470"> </embed>
|
|
<iframe scrolling="no" frameborder="0" src="/demo/pyramid/index.html" style="width: 570px; height: 470px; overflow:hidden;">
|
|
</iframe>
|
|
</object>
|
|
|
|
##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/)
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
|
|
<!--[if lt IE 9]>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
|
|
<![endif]-->
|
|
<a class="github-fork-ribbon" href="https://github.com/Febbweiss/pyramid" target="_blank" title="Fork me on GitHub">Fork me on GitHub</a> |