https://github.com/arnav200525/truth-and-dare-app-using-python
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.
https://github.com/arnav200525/truth-and-dare-app-using-python
games pyhton-library python3 pythongames truth-or-dare
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/arnav200525/truth-and-dare-app-using-python
- Owner: arnav200525
- Created: 2025-07-03T09:31:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T15:06:22.000Z (12 months ago)
- Last Synced: 2025-07-03T16:25:32.664Z (12 months ago)
- Topics: games, pyhton-library, python3, pythongames, truth-or-dare
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π² Truth and Dare App using Python
## π Description
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.
---
## π Features
- π― 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.
---
## βοΈ Technologies Used
- Python
- Libraries:
- `random`
- `json`
---
## Note: This project is unlicensed and created solely for educational purposes.