Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 654 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 654 Bytes

-markTwo-Poke-quiz

  1. This is a CLI based simple Pokémon Quiz.
  2. It is based on CLI. Created on Repl.it using js
  3. It is using 'Chalk' npm for styling the CLI.
  4. To read the CLI input from the user we are using 'readline-sync'npm.
  5. From a set of 5 questions, the user will be scored on the basis of the number of right questions that the user answers.
  6. The obtained scores is compared with highscore data to inform the user if they have attained a new high score.
  7. One randomization logic is written to shuffle the question set everytime any user plays the game.
  8. Upon succesfully completing the game the user will be shown a leaderboard.