function play() {
  return [0, 2, 1][Math.floor(Math.random() * 3.1)]
}
