KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
Flutter-Wordle
โ 48
Open GitHub โ
A wordle game written in flutter
Download README (.md)
Explore Similar Repositories
wordle-bg
:
๐ง๐ฌ Wordle clone in Bulgarian
Wordle
:
WORDLE clone using only python !
wordle-clone
:
Wordle clone in SwiftUI
react-wordle
:
Dockerised Wordle clone
nexdle
:
A Wordle clone made with React, Tailwind CSS, Zustand
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Flutter-Wordle
?
Download (.md)
# Flutter-Wordle A wordle game written with flutter ## How to play Thanks to the feature of Flutter, the game is available on all platforms ### Play on Web Visit [Wordle on my server](http://wordle.linloir.cn) to play the online version ### Play on Android Download `.apk` file in the release page, install & enjoy. ### Deploy a web version - clone this repository - `flutter clean` - `flutter pub get` - `flutter build web --release --web-renderer html` ## What dictionary am I using The hidden word is selected from one of the wordlists from [English wordlists for Chinese](https://github.com/mahavivo/english-wordlists) The verification wordlist currently is an addup of all the wordlists available. > Note that I'm changing the verification wordlist to [Letterpress wordlist](https://github.com/lorenbrichter/Words) lately. ## Screenshots <p float="left"> <img src="https://pic.linloir.cn/images/2022/03/08/IMG_20220308_220301.jpg" width="200"> <img src="https://pic.linloir.cn/images/2022/03/08/IMG_20220308_220322.jpg" width="200"> <img src="https://pic.linloir.cn/images/2022/03/08/IMG_20220308_220237.jpg" width="200"> <img src="https://pic.linloir.cn/images/2022/03/08/IMG_20220308_220353.jpg" width="200"> </p> ## Support Me This will be a longterm project and there will be awsome features coming up (include history page, online version, ranking, sharing, versus mode etc) P.S. Several new Projects are currently occupying the develop time of this app, so further development might be delayed. One of them is a [component repository](https://github.com/Linloir/LUI-Flutter_Gui_Kit) I used for my own flutter apps and you might want to have a look~ you can support me by simply **starring** this project