a simple javafx project that allow users to play the game Battleship against a computer AI or against other players This program starts off with a window that has two battleship boards on them. One ...
The game is played against the computer, so make ‘computer’ players capable of making random plays. The AI does not have to be smart, but it should know whether or not a given move is legal. (i.e. it ...