MauiHangmanGame is a classic Hangman Game developed using .NET MAUI, designed for cross-platform play on Android, iOS, Windows, and macOS. The game challenges players to guess hidden words by selecting letters, with a visual representation of the hangman progressing with each incorrect guess.
- 📝 Random Word Generation: Words are randomly selected from a predefined word list.
- 🔤 Interactive Letter Buttons: On-screen keyboard for intuitive gameplay.
- 😰 Hangman Progress Visualization: Visual feedback for incorrect guesses through progressive drawing of the hangman.
- 🏆 Win/Loss Conditions: Victory when the word is guessed; loss when the hangman is fully drawn.
- 🔄 Restart Game: Option to reset and play again.
- 🎨 Responsive and Modern UI: Clean and engaging interface adapted for multiple devices.
- Framework: .NET MAUI
- Language: C# 🟦
- UI Design: XAML
- Platform: Android, iOS, Windows, macOS
- Clone the repository:
git clone https://github.com/pacheco4480/MauiHangmanGame.git