An open API service indexing awesome lists of open source software.

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.

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.