public class BombardmentGame { public static void main(String[] args) { Bombardment bombardment = new Bombardment(); bombardment.play(); } }