https://github.com/dofire/wordle-game
wordle game using flutter
https://github.com/dofire/wordle-game
flutter game mobile wordle-game
Last synced: 21 days ago
JSON representation
wordle game using flutter
- Host: GitHub
- URL: https://github.com/dofire/wordle-game
- Owner: dofire
- Archived: true
- Created: 2022-02-05T11:05:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T12:40:19.000Z (over 2 years ago)
- Last Synced: 2025-02-19T02:19:32.979Z (2 months ago)
- Topics: flutter, game, mobile, wordle-game
- Language: Dart
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle_Game
## Tutorial
- You'll have 6 chances to guess the 5-letter word, so make every guess count! Try using a word that contains many different letters to narrow down your future guesses.- After you make a guess, the tile colors will change:
> A green tile indicates that you've guessed the correct letter in the correct place in the word.
> A yellow tile means you've guessed a letter that's in the word, but not in the right spot.
> A gray tile means that letter is not in word.- Use the clues you got from your previous guess to try to find the correct word. Good Luck ^^
## Demo
https://user-images.githubusercontent.com/85553681/158769038-c321f3a0-8c41-4fae-87db-8aa6f5a526e3.mp4
## Time consuming
- February to March (2022)## Note
- Stay tuned, this project is not perfect yet. I'll comeback and make this game great again, someday.