Prime Number Game

I made a super-simple Vue.js SFC app on Thursday for my daughters.

  • Sift through a list of randomly generated integers which get bigger by randomized increments of 2-50

  • Get points for each right answer, and avoid 3 wrong answers

  • Integers are capped at 997 – the game is not intended to be a Mensa tryout

  • There are probably bugs! I got hungry

Work through a randomly generated list of numbers. Identify the primes.

Work through a randomly generated list of numbers. Identify the primes.