Triangle - MicroEmacs '99 version of Triangle patience game
Triangle
Triangle is a solitaire game using a standard set of playing cards. The object of the game is to use all of the cards in the deck to build up four suit stacks from Ace to King.
The board is laid out so that every card is used to create a triangle shape. In the first column there is one up-turned card, in the second column there is one down-turned card and 2 up-turned, third has 2 down 3 up etc. The only break form this pattern is in the last 3 columns where there is an extra up-turned card so that all the deck is used.
Cards may be moved around the playing area by stacking the same suit cards in descending order on the row stacks. When a row stack has no up-turned cards on the stack then the top card may be turned over and may be played. If a stack becomes empty then only a King may be moved into the vacant position.
If the last card in a stack is an Ace then it can be moved to its suit stack, then the 2 of that suit etc. until finally the King is removed.
Cards are moved around the board using the mouse. Cards may be moved from one row stack to another row stack by placing the mouse over the 'from' stack and pressing the left mouse button. Move the cursor to the 'to' stack and release the left mouse button. If the move is legal then the card(s) are moved to the new stack. Multiple cards may be moved from the row stacks, the appropriate card(s) to be moved is automatically determined.
Cards may be moved onto the suit stacks by a single left mouse press and release on the same card, the card is moved to the appropriate suit stack. The same technique is used to turn cards over in the suit stacks.
Note that once a card is played onto the suit stacks then it cannot be removed.
To the right of the board are a number of control buttons. To select an option, click the left mouse button on it, the buttons are labeled:
DEAL
QUIT
HELP
Note that the screen may be updated at any time using "C-l".
Triangle is a macro defined in triangle.emf.
The game is best played with a mouse, it is possible to play with the keyboard, as follows:-
"esc h" for help
To move a card between stacks enter the source and destination column number ("1","2",.."7").
To overturn a card on the row stacks then enter the card column twice i.e. source and destination are the same.
To move a card from the row to the suit stacks then either enter the card column twice, or enter the destination as "h","d","c","s" (i.e. "2 2" or "2 s" to move the card in column 2 to the spades stack).
"C-c C-c" to deal the cards again.
"C-l" redraw the screen.
"q" to quit the game.
(c) Copyright JASSPA 1999
Last Modified: 1998/08/05
Generated On: 1999/12/01