A console-based quiz game inspired by Who Wants to Be a Millionaire, built using Python and JSON.
The game tests general knowledge with increasing difficulty levels and includes lifelines and prize progression.
- ๐ Questions loaded dynamically from a JSON file
- ๐ฏ Difficulty levels: Easy, Medium, Hard
- ๐ฐ Prize money increases with each correct answer
- ๐ 50-50 lifeline (usable once per game)
- ๐ Score saving and leaderboard system
- ๐ Randomized questions on every run
- Python 3
- JSON (for question storage)
- File handling (for score saving)
- Random module