Spider Solitaire 2 is a classic card game. According to the rules, you are given two decks of 52 cards and two suits. There are 10 tableau columns, and initially, one row of cards is face up.
You need to build a sequence of cards from King down to Ace of the same suit. Cards of the same suit and in descending order can be moved as a single unit. You can move any completed sequences to an empty column.
You can also move cards of different suits on top of each other, but they cannot be moved as a single sequence.
When you run out of moves, you need to click to deal new cards.
This game also has an undo feature (3 per game).
The game is timed; you have 15 minutes for one game, so you need to act quickly.