const game = () => {
  const question = random.int(1, 99);
  const answer = isPrime(question) ? 'yes' : 'no';

  return {