Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 455 Bytes

Who Wants to Be a Millionaire

Usage

Installation

npm install

Run the app

npm run dev

Game logic

  • Player answers 12 questions.
  • Each question has at least 4 answer options and at least one correct answer.
  • If the answer is correct, the player moves on to the next question. If the answer is incorrect, the player moves to the final screen.
  • On the final screen player can see overall game result.