summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2012-05-12 15:44:45 +0300
committerEinar Egilsson <einar@einaregilsson.com>2012-05-12 15:44:45 +0300
commit1eea171617f13b335249ec5d46eb3d65b3aa24e0 (patch)
treef4d4f9d488ee7d2406de6ff171c13ad4057a0b93
parent0dbf21013ab4a08419db2be99dd46ea4a5891510 (diff)
Made basic readme.
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a03bc6..9bd9e6f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,23 @@
cards.js
========
-Javascript library for card games. \ No newline at end of file
+Javascript library for card games.
+
+I have created a lot of javascript card games. As of 12.05.2012 I've made
+
+<a href="http://www.spades-cardgame.com/">Spades</a>
+| <a href="http://www.hearts-cardgame.com/">Hearts</a>
+| <a href="http://www.whist-cardgame.com/">Whist</a>
+| <a href="http://www.gofish-cardgame.com/">Go Fish</a>
+| <a href="http://www.crazyeights-cardgame.com/">Crazy Eights</a>
+| <a href="http://www.solitaire-cardgame.com/">Solitaire</a>
+| <a href="http://www.solitaire-cardgame.com/freecell/">FreeCell</a>
+| <a href="http://www.idiot-cardgame.com/">Idiot</a>
+| <a href="http://www.shithead-cardgame.com/">Shithead</a>
+
+
+I've gotten many inquiries about how I make them, especially around the card animations, so I'm going to try to extract the generic parts of these games into a library for manipulating cards. Right now I'm not sure whether I'll use images or SVG for the library,
+
+The card deck images are made by Nicu Buculei, and are in the public domain (found on openclipart.org).
+
+The plan right now is to just get a basic library out that can move cards, maybe rotate them and drag and drop. If you have anything else you'd like just contact me and I'll see what I can do. \ No newline at end of file