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
JSON
files. - π 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:
random
json