A fairly simplistic Battleships game. The bot pics all positions (ships and where to fire) at random. The player can input there name and age which currently is not used. They can input coordinate separated by "," to shot. While placing the ships they can also decide the orientation by adding ",V" or ",H" after the coordinates.
- Add some more text to some of the println.
- Some try catch might be needed to avoid game crashes.
- Hit or miss messages are in the wrong function. They should be in PlayerControler.
X and Y need to be swapped inside the code for player so that X is first int and y is second. This is usually not the case. Might be because of String conversion.