Avengers movie quiz game build with javascript CLI.
This is a javascript Command-Line-Interface quiz based on marvel's 'The Avenger' movie series. It uses a Javascript console to show the output.
Here are some special things that I would like to tell about app:
- Javascript array of objects is used to store quiz questions and answers.
npm readline-sync
is used to take input from user.npm chalk
is used to do some designing on CLI.- Javascript
Math.random
is used to output random messages. - Infinite loop concept.
and that's it.
The quiz is written using replit.com
You can enjoy the gameplay here.
I hope you would like it.
Enjoy!