Skip to content

A card game for kids to help them understand the concept of selecting high cards to increase their chances of winning

License

Notifications You must be signed in to change notification settings

EunsisTech/Card_SelectHigh

 
 

Repository files navigation

Select High

Select High card to increase chances of winning


cards.js

Javascript library for card games.

I have created a lot of javascript card games. As of 12.05.2012 I've made

Spades | Hearts | Whist | Go Fish | Crazy Eights | Solitaire | FreeCell | Idiot | Shithead

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 http://einaregilsson.github.io/cards.js/.

The card deck images are made by Nicu Buculei, and are in the public domain (found on openclipart.org).

About

A card game for kids to help them understand the concept of selecting high cards to increase their chances of winning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 31.2%
  • CSS 9.7%