Pyramid Solitaire is a simple game. Click on the cards to pick them up. You can only pick a card up if it is not covered by cards below. A card can be picked up if it is one rank above or one rank below the top card of the discard pile. (Aces wrap to Kings.) If you can't pick up any cards from the pyramid, click the deck for the next card. Pick up the top card of the pyramid to win the game.
Pyramid Solitaire Development Time: ~8 hours Graphics done in Paint.NET If you click the "Small" button, it will only build a small pyramid. I don't think it makes the game any easier, but you can try it if you like. Note to the Scratch Team: The following things would have made this project much easier... 1) a Factorial function 2) a Clear block that I could give X1,Y1-X2,Y2 coordinates to so that only that area would have been cleared. 3) Scrollwheel support for the scripts window. 4) A way to change the mouse cursor to an hour glass, hand, arrow, etc.