Open trumanhess opened 5 years ago
Add a counter that keeps track of the amount of rounds. After the player attacks the round counter will be incremented by one. After the computer attacks the round counter will be incremented by one.
Created a counter class which can be used for the ship and round counter. The example can be seen in Game.java.
However, I still cannot test or display it as UI
Add a counter that keeps track of the amount of rounds. After the player attacks the round counter will be incremented by one. After the computer attacks the round counter will be incremented by one.