public class HamurabiGame { public static void main(String[] args) { Hamurabi hamurabi = new Hamurabi(); hamurabi.play(); } }