A clone of the popular word-guessing game built with Flutter. Project made to learn Flutter. Idea from this repo.
Guess the hidden 5-letter word in 6 tries
- 🟩 Green letter: Correct letter in correct position
- 🟨 Yellow letter: Correct letter in wrong position
- ⬛ Gray letter: Letter not in word
Instructions on setting up and running the application on different platforms.
Tip
If you meet any problems in the process run:
flutter doctor It checks your setup for missing dependencies and configuration issues.
Enable Linux Desktop Support:
flutter config --enable-linux-desktopBuild and Run the App:
flutter build linux
./build/linux/x64/release/bundle/wordle_cloneEnable Linux Desktop Support:
flutter config --enable-windows-desktopBuild and Run the App:
flutter build windows
.\build\windows\runner\Release\wordle_clone.exe