mirror of
https://github.com/Febbweiss/pyramid.git
synced 2026-03-04 22:25:37 +00:00
Feature: added README.md
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -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/)
|
||||||
Reference in New Issue
Block a user