mirror of
https://github.com/Linloir/Flutter-Wordle.git
synced 2025-12-16 22:18:10 +08:00
Merge branch 'main' of https://github.com/Linloir/Flutter-Wordle into main
update
This commit is contained in:
commit
4928e39c89
35
README.md
35
README.md
@ -1,27 +1,35 @@
|
||||
# Flutter-Wordle
|
||||
|
||||
A wordle game written by flutter
|
||||
A wordle game written with flutter
|
||||
|
||||
# How to play
|
||||
## How to play
|
||||
|
||||
Thanks to the feature of Fluttter, the game is available on all platforms
|
||||
Thanks to the feature of Flutter, the game is available on all platforms
|
||||
|
||||
## Play on Web
|
||||
### Play on Web
|
||||
|
||||
Visit [Wordle on my server](http://wordle.linloir.xyz) to play the online version
|
||||
|
||||
## Play on Android
|
||||
### Play on Android
|
||||
|
||||
Download `.apk` file in the release page, install & enjoy.
|
||||
|
||||
# Debug on your device
|
||||
### Deploy a web version
|
||||
|
||||
- clone this repository
|
||||
- `flutter clean`
|
||||
- `flutter pub get`
|
||||
- `flutter run -d chrome --web-renderer html`
|
||||
- `flutter build web --release --web-renderer html`
|
||||
|
||||
# Screenshots
|
||||
## 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">
|
||||
@ -30,8 +38,9 @@ Download `.apk` file in the release page, install & enjoy.
|
||||
<img src="http://pic.linloir.xyz/images/2022/03/08/IMG_20220308_220237.jpg" width="200">
|
||||
<img src="http://pic.linloir.xyz/images/2022/03/08/IMG_20220308_220353.jpg" width="200">
|
||||
</p>
|
||||
<!--
|
||||
<img src="http://pic.linloir.xyz/images/2022/03/08/Screenshot_2022-03-07-15-48-39-230_com.linloir.wordle.jpg" width="200">
|
||||
<img src="http://pic.linloir.xyz/images/2022/03/08/Screenshot_2022-03-07-16-14-00-128_com.linloir.wordle.jpg" width="200">
|
||||
<img src="http://pic.linloir.xyz/images/2022/03/08/Screenshot_2022-03-07-16-15-23-309_com.linloir.wordle.jpg" width="200">
|
||||
--/>
|
||||
|
||||
## 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)
|
||||
|
||||
you can support me by simply **starring** this project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user