public class HurkleGame { public static void main(String[] args) { Hurkle hurkle = new Hurkle(); hurkle.play(); } }