A Flutter-based clone of the popular word game Wordle. This project allows players to guess a five-letter word within a limited number of attempts.
- 🎨 Beautiful UI: A clean and user-friendly interface.
- 🎮 Interactive Gameplay: Players can input letters, delete them, and submit their guesses.
- ✅ Word Validation: Colors indicate correct letters, misplaced letters, and incorrect letters.
- 🎹 Custom Keyboard: Displays letter statuses dynamically.
- 🏆 Win Condition: Shows a victory overlay when the correct word is guessed.
Here are some screenshots of the application:
| Home Page | Game Screen |
|---|---|
![]() |
![]() |
| Login Screen | Winning Screen |
|---|---|
![]() |
![]() |
- Flutter SDK (latest stable version)
- Dart
- A device/emulator to run the app
# Clone this repository
git clone https://github.com/simonjonsson1999/wordle_clone.git
cd wordle_clone
# Install dependencies
flutter pub get
# Run the app
flutter run- Enter a 5-letter word using the on-screen keyboard.
- Press "Enter" to submit your guess.
- The colors will indicate correctness:
- 🟩 Green: Correct letter, correct position.
- 🟨 Yellow: Correct letter, wrong position.
- ⬜ Gray: Letter not in the word.
- Keep guessing until you find the word or run out of attempts!
- Implement a word dictionary for validation.
- Support different word lengths and difficulty levels.
- Get word of the day from API or word list.



