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