mirror of
https://github.com/Linloir/Flutter-Wordle.git
synced 2025-12-18 06:48:11 +08:00
Merge branch 'main' of https://github.com/Linloir/Flutter-Wordle into main
This commit is contained in:
commit
a772a6a681
35
README.md
35
README.md
@ -1,2 +1,37 @@
|
|||||||
# Flutter-Wordle
|
# Flutter-Wordle
|
||||||
|
|
||||||
A wordle game written by flutter
|
A wordle game written by flutter
|
||||||
|
|
||||||
|
# How to play
|
||||||
|
|
||||||
|
Thanks to the feature of Fluttter, the game is available on all platforms
|
||||||
|
|
||||||
|
## Play on Web
|
||||||
|
|
||||||
|
Visit [Wordle on my server](http://wordle.linloir.xyz) to play the online version
|
||||||
|
|
||||||
|
## Play on Android
|
||||||
|
|
||||||
|
Download `.apk` file in the release page, install & enjoy.
|
||||||
|
|
||||||
|
# Debug on your device
|
||||||
|
|
||||||
|
- clone this repository
|
||||||
|
- `flutter clean`
|
||||||
|
- `flutter pub get`
|
||||||
|
- `flutter run -d chrome --web-renderer html`
|
||||||
|
|
||||||
|
# Screenshots
|
||||||
|
|
||||||
|
|
||||||
|
<p float="left">
|
||||||
|
<img src="http://pic.linloir.xyz/images/2022/03/08/IMG_20220308_220301.jpg" width="200">
|
||||||
|
<img src="http://pic.linloir.xyz/images/2022/03/08/IMG_20220308_220322.jpg" width="200">
|
||||||
|
<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">
|
||||||
|
--/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user