Solitaire Game Ajax and DHTML version of the popular solitaire game. This script has been created by playing with absolute position divs and their parent with child relationship.
Configuration:
After downloading the script, you only have to open the html file game_solitaire.html in your browser. No configuration is needed for the script to work. However, if you want some different background images for the cards, you could add it with the following Javascript lines:
cardBackgroundArray.push(‘images/card_bg1.gif’);
cardBackgroundArray.push(‘images/card_bg2.gif’);
These images have to be of size 70×100 pixels. Look in the game_solitaire.
html file for examples on how to add images
Demo: http://www.dhtmlgoodies.com/scripts/game_solitaire/game_solitai

Related Listings:
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.