summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-11-11 15:50:35 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-11-11 15:50:35 +0000
commit05af70d1b68a10a8342107c2e112f36e6c27add0 (patch)
treee9a52ed8da6224cc7095689697eadcec9f3e5ee1
parent960faf66d5046f43b9541e2b088110b2d0327877 (diff)
Update links to cardgames.io
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 361fca6..7ca7eac 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@ 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="https://cardgames.io/whist/">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="https://cardgames.io/idiot/">Idiot</a>
-| <a href="http://www.shithead-cardgame.com/">Shithead</a>
+| <a href="https://cardgames.io/shithead/">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. To see an interactive demo and documentation you can go to <a href="http://einaregilsson.github.com/cards.js/">http://einaregilsson.github.com/cards.js/</a>.