To run this app in your browser, go to this game link CLI Game , and click run button to play.
To run this app in your system, you should have NodeJS
installed on your system. If you havn't already installed go to this link: Node.js , and install as per your system. After doing this you just need to clone
this repository into your sytem and need to install some required npm
packages.
To clone this repository into your system, run the command below in your desired terminal.
git clone https://github.com/codewithmanas/A-Fun-Marvel-Quiz-CLI-Game.git
To install npm packages you just have to run the command below and you are good to go.
npm install
To run this app in your sytem you need to run the command below first node
and then your file name.extention. For this case only, run the command below exactly.
node index.js
Feedbacks are appreciated... and let me know some additional features that I will consider to add in this game in future.
- Some of the features that already came in my mind are :
- To introduce levels: answer 5 right you go to level 2, then 10 right you go to level 3.
- To introduce yes/no type questions.
- To introduce multiple choice questions.
- To introduce penalty for wrong answer.