Skip to content

Erdemina/Flutter-HangmanGame

Repository files navigation

Flutter Hangman Game

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!

Features

  • Classic Hangman gameplay
  • Random word selection for each round
  • Responsive and intuitive UI
  • Keyboard input for letter guessing
  • Tracks remaining guesses and wrong attempts

Screenshots

Getting Started

Prerequisites

  • Flutter SDK
  • Dart (included with Flutter)
  • Android/iOS device or emulator

Installation

  1. Clone the repository:

    git clone https://github.com/Erdemina/Flutter-HangmanGame.git
    cd Flutter-HangmanGame
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Project Structure

  • lib/ — Main Flutter application code
  • assets/ — (If used) Images, fonts, and other assets
  • test/ — Unit and widget tests

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to your branch (git push origin feature/YourFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License — see the LICENSE file for details.

Acknowledgments

  • Flutter documentation and community
  • Open-source word lists

Enjoy playing Hangman!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published