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