This is a console-based Truth and Dare game built using Python. The game supports multiple modes such as Kids and Adults with a fun and engaging question system. It randomly picks truths or dares from JSON files and presents them to the player. It’s a great example of working with file handling, conditonal logic, and randomization in Python.
- 🎯 Multiple Modes:
- Kids Mode
- Adults Mode
- 🔄 Random question generation using
JSONfiles. - 📁 Separate storage for Truths and Dares in different categories.
- 🧠 Simple console-based UI for interaction.
- 📝 Easy to update and expand the truth/dare sets.
- Python
- Libraries:
randomjson