mirror of
https://github.com/Linloir/Flutter-Wordle.git
synced 2025-12-17 06:18:12 +08:00
Update README.md
This commit is contained in:
parent
38ccdfa476
commit
b64dc0789a
15
README.md
15
README.md
@ -2,25 +2,32 @@
|
|||||||
|
|
||||||
A wordle game written by flutter
|
A wordle game written by 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 Fluttter, 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
|
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.
|
Download `.apk` file in the release page, install & enjoy.
|
||||||
|
|
||||||
# Debug on your device
|
## Debug on your device
|
||||||
|
|
||||||
- clone this repository
|
- clone this repository
|
||||||
- `flutter clean`
|
- `flutter clean`
|
||||||
- `flutter pub get`
|
- `flutter pub get`
|
||||||
- `flutter run -d chrome --web-renderer html`
|
- `flutter run -d chrome --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
|
# Screenshots
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user