This is the repository for Kaun Banega Crorepati (Indian version of Who Wants to be a millionaire!) quiz show.
There will be 15 question in total. A player will have to answer each question correctly to get to 7 crores (70 million) which is the ultimate prize (of course no one is going to pay you, so don't get ahead of yourselves 😎)
A player has to answer the question within 45 seconds, failing which game will be forfeited.
To help a player along, there are 6 lifelines in total which are listed as below.
Lifeline | Description |
---|---|
50:50 | Two wrong options will be take out |
Ask the Audience | A graphical estimation of votes by imaginary audience |
Ask the Expert | Google search of the question |
Flip the question | Another question in place of current question |
Extra Time | The timer will be incremented by 30 seconds |
Double Chance | Player would be allowed two chances for the same question |
This project is implemented using Angular Cli version [13.2.4] and Node.js version 12.16.3.
Install the dependencies and devDependencies and start the server.
$ cd game-show
$ npm install
npm run start
For production environments...
$ npm install --production
$ npm run start
- Fastest Fingers First
- Integrate with database
- Login
- Register
- Winner celebration pages
MIT
Free Software!