//War.java

/**
 * Simulates the card game War.
 *
 * @author Zach Tomaszewski
 * @version 16 Feb 2005
 */
public class War {

  /*
   * Should also write Snap, which could allow for user input
   * (Threads, keyboard input (maybe unbuffered?)
   */

}//end class

