Skip to content

tirtheshPawar/markOne-How-well-do-you-Know-me-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markOne-How-well-do-you-Know-me-

  1. This is a CLI based 'How well do you know me?' 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 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, otherwise the user is congratulated using other message.
  7. Upon succesfully completing the game the user will be shown a leaderboard.