/wordle

A Wordle game implementation in flutter.

Primary LanguageDart

Wordle 🔠

A Wordle game implementation in flutter.


Try yourself

  1. Clone this repo
git clone https://github.com/nimone/wordle && cd wordle
  1. Install project dependecies
flutter pub get
  1. Build the project and start in emulator/simulator
flutter run