This method will prompt the user until she enters a string corresponding to a BoardPoint; after she does that, it will return a BoardPoint for that String.
NaiveCPUPlayer is a computer-controlled Player that uses
the simplest possible strategy: at each turn, it suggests
a randomly-selected BoardPoint to attack.