Play solitaire in the terminal.
Includes the classic Klondike solitaire and Yukon solitaire.
Enter the following command into your terminal:
python main.py
python3 main.py
Enter the number/letter of the column that contains the cards and press enter.
- '6' will move the top card from stack '6' up to the appropriate Ace pile.
- 'P' will move the top card from the draw pile up to the appropriate Ace pile (Klondike Solitaire only).
With no space in between, enter the number/letter of the 'move from' stack followed by the number/letter of the 'move to' stack and press enter.
- '72' will move the card(s) from stack '7' to stack '2'.
- 'C3' will move the top card form the Ace of Clubs pile back down to stack '3'.
- 'P4' will move the top card from the draw up to stack '4' (Klondike Solitaire only).
Enter 'u' and press enter to undo the last move.
Enter 'n' and press enter.
Enter 'q' and press enter.