public void select(Position newPosition) {
   // TODO : check if the new pos is correct
   game.setSelectedPosition(newPosition);
 }