void mouseClicked() {
  playerColor = color(random(255), random(255), random(255));
}