The Hangman App is a classic word-guessing game implemented in Flutter. It allows users to guess letters to reveal a hidden word within a limited number of attempts. The game features multiple difficulty levels and keeps track of scores.
- Word Guessing: Users can guess letters to reveal the hidden word.
- Difficulty Levels: Multiple difficulty levels are available, each with a different set of words.
- Score Tracking: The app keeps track of scores based on the number of correct guesses and the chosen difficulty level.
- Intuitive Interface: The user interface is designed to be simple and intuitive, providing a smooth gaming experience.
To install and run the Hangman App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/hangman.git
-
Navigate to the project directory:
cd hangman
-
Run the app:
flutter run
- launching the app
- Tap on the letters to guess the hidden word.
- Keep guessing until you reveal the entire word or run out of attempts.
- The game will display your score at the end.
Contributions are welcome! If you'd like to contribute to the Hangman App, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request to the main repository.