Add a separate class for test cases and have more expansive test cases
The current tests just simulate running through a game with no regard to menus or game difficulty or anything like that. The tests could be changed so that they test functionality of menus and make sure that each CPU difficulty is working.
Test cases are currently located within BattleshipGUI.java
Points: 200