/* Student information for assignment * */ public class WarGameMain { public static void main(String[] args) { Game g = new Game(); g.playGame(); } }