Linloir / Flutter-Wordle

A wordle game written in flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

The verification wordlist currently is an addup of all the wordlists available.

Note that I'm changing the verification wordlist to Letterpress wordlist lately.

Screenshots

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 I used for my own flutter apps and you might want to have a look~

you can support me by simply starring this project

About

A wordle game written in flutter

License:MIT License


Languages

Language:Dart 75.0%Language:C++ 14.0%Language:CMake 6.6%Language:HTML 3.3%Language:C 0.6%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%