import Constants.Constants;
import GameControl.CardInfo;
import GameControl.GameControl;
import java.io.IOException;
import java.util.*;
//TIP To Run code, press or
// click the icon in the gutter.
public class Main {
public static void main(String[] args) throws IOException {
GameControl game = new GameControl();
// game.gameControl();
game.testSpeed();
// game.compareResult();
// game.analyzeResult();
// game.handleCards();
}
}