smithers.cards
Class TerminalKlondike

java.lang.Object
  extended by smithers.cards.TerminalKlondike

public class TerminalKlondike
extends java.lang.Object

Plays Klondike in a text terminal.


Method Summary
static void main(java.lang.String[] args)
          Plays a game of Klondike.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Plays a game of Klondike. Reads moves from standard input and prints the game's status on standard output. Valid inputs are:

Parameters:
args - the arguments, which are all ignored
Throws:
java.io.IOException