diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fae555 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +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](http://www.pavnay.fr/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/)