summaryrefslogtreecommitdiff
path: root/README
blob: e3c68770002208915d9cdc82ed7f821a971bb254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Building
--------

Simply type make on a UNIX system with a working CURSES library.  The termcap
library may need adding on some systems.

Playing
-------

On starting you'll get a menu with a choice of Klondike games or to quit.

On starting a game of Klondike, the following applies

	* Use the cursor keys to move the cursor around.

	* Press RETURN to select a bunch of cards to move.  Press RETURN again
	  when you are where you want to move the cards.

	* Use space to draw the next set of cards.

	* Use 'S' to move a card from the drawn cards to the current column.

	* Use 'P' to put the current card on the suits piles.  If invalid it
	  will attempt to move the card from the drawn pile.

	* Press '1', '2', '3' or '4' to move the top card from the hearts,
	  diamonds, spades or clubs suit pile respectively back onto the board.

	* Press 'Q' to quit.

The '?' key can be used to get help at anytime.