From aa6cf54a1e9497f22ea56237a16a446c257025e9 Mon Sep 17 00:00:00 2001 From: Febbweiss Date: Fri, 31 May 2013 10:53:17 +0200 Subject: [PATCH] Feature: added README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md 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/)