public class BombsAwayGame { public static void main(String[] args) { BombsAway bombsAway = new BombsAway(); bombsAway.play(); } }