Solitaire


The classic game of Solitaire.
Use the mouse to drag and drop cards, placing all the cards in each suit in stacks of ascending rank. Stacks of cards with alternating colors in descending rank can be built in the bottom half of the screen as an intermediate step. Pretty much the same as windows solitaire!

NEW – SOLITAIRE 2 NOW AVAILABLE, PLAY IT HERE

I found this surprisingly difficult to make! When I started making the game I originally tried a technique for tracking each cards information, but quickly found it was more complex than it appears. Here’s some of the ‘rules’ I had to follow …
If the card is red, you can only drop it on a black card, >and the card your dropping has to be of a higher value – unless your dropping it on the foundations stack, then it has to be the same suit (also the card your dragging needs to be of higher value).
Bad drops return all cards your dragging to their pick up positions.
Picking up and dropping a card in it’s same spot will test to see if the card can be put into the foundations, and if it can will send it there.
The Deck must put out 3 cards at a time, and stay in the same order when flipped (the code for which played tricks on me for a little while).