cs361w2019-osu / sprint1-group-4

sprint1-group-4 created by GitHub Classroom
0 stars 1 forks source link

Implement Round Counter #19

Open trumanhess opened 5 years ago

trumanhess commented 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.

manhaduy commented 5 years ago

Created a counter class which can be used for the ship and round counter. The example can be seen in Game.java.

manhaduy commented 5 years ago

However, I still cannot test or display it as UI