This is a mobile app built in Flutter that lets you play the popular game "Truth or Dare". The app randomly selects a truth or a dare for you to complete, and you can choose to either answer the question truthfully or perform the dare.
🚧 This app is currently under development. 🚧
To get started with the app, follow these instructions:
- Clone the repository to your local machine:
git clone https://github.com/PriyanshuMallick/Truth-or-Dare-game.git
-
Open the project in your favorite IDE or editor.
-
Install the required dependencies using the pub get command:
flutter pub get
- Launch the app on a simulator or physical device using the flutter run command:
flutter run
Once you have the app up and running, you can start playing the game by following these steps:
-
Choose whether you want to play "Truth" or "Dare" by tapping the corresponding button on the home screen.
-
The app will randomly select a question or a dare for you to complete. Read the prompt and decide whether you want to answer the question truthfully or perform the dare.
-
If you choose to answer truthfully, tap the "Truth" button and then enter your answer in the text field provided. Tap "Submit" when you're done.
-
If you choose to perform the dare, tap the "Dare" button and then follow the instructions provided. Tap "Done" when you're finished.
-
The app will then show you a new question or dare. Repeat steps 2-4 until you're finished playing.
The app includes the following features:
- Randomly generated truths and dares for endless gameplay
- Easy-to-use interface for selecting and answering questions
Contributions to this project are welcome! If you find a bug, have an idea for a new feature or want to improve the code in any way, please submit an issue or a pull request.
The app was created by Priyanshu Mallick as a personal project. The app uses the following third-party libraries:
- flutter_launcher_icons
- font_awesome_flutter
- google_fonts
- provider
- csv
- get
- gap
Thank you to the Flutter community for creating such a great framework, and to the contributors of the third-party libraries used in this project.