public class HammurabiGame { public static void main(String[] args) { Hammurabi hammurabi = new Hammurabi(); hammurabi.play(); } }