A simple and fun Hangman game built with Flutter. Try to guess the secret word, one letter at a time, before the stick figure is completed!
- Classic Hangman gameplay
- Random word selection for each round
- Responsive and intuitive UI
- Keyboard input for letter guessing
- Tracks remaining guesses and wrong attempts
- Flutter SDK
- Dart (included with Flutter)
- Android/iOS device or emulator
-
Clone the repository:
git clone https://github.com/Erdemina/Flutter-HangmanGame.git cd Flutter-HangmanGame
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
lib/
— Main Flutter application codeassets/
— (If used) Images, fonts, and other assetstest/
— Unit and widget tests
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to your branch (
git push origin feature/YourFeature
) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
- Flutter documentation and community
- Open-source word lists
Enjoy playing Hangman!