Dynamically lists solutions for the Game Pigeon Anagrams game
- Enter 6 randomized letters to find all possible anagrams.
- Words are scored based on length:
- 3-letter words: 100 points
- 4-letter words: 400 points
- 5-letter words: 1200 points
- 6-letter words: 2000 points
- Words are grouped in order of length and displayed alphabetically within each length group.
- Clean and user-friendly interface.
- Flutter SDK: Install Flutter
- Git: Install Git
- Clone the repository:
git clone https://github.com/your-username/anagram-solver.git
cd anagram-solver- Install dependencies:
flutter pub get- Run the app:
flutter run- Enter the letters in the text field at the top.
- The app will display all possible anagrams, along with their scores in parentheses.
- The word list used for finding anagrams is sourced from the dwyl/english-words repository on GitHub.
- https://github.com/dwyl/english-words/blob/master/words.txt