A word game; guess the hidden word
- Dart 76.3%
- Python 13.8%
- HTML 4.5%
- Shell 3.4%
- Swift 1.3%
- Other 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The post-overhaul UI no longer has a "green button"; the guess is submitted via the Enter key on the on-screen keyboard. Reword the intro in en, nl and hu accordingly and drop the now-inaccurate comment about the green affordance. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
| .github/workflows | ||
| android | ||
| assets/lang | ||
| docs | ||
| ios | ||
| lib | ||
| scripts/images | ||
| test | ||
| tools/wordlist | ||
| web | ||
| .dockerignore | ||
| .fvmrc | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| app.json | ||
| CLAUDE.md | ||
| deploy.sh | ||
| Dockerfile | ||
| LICENSE | ||
| nginx.conf | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
Letamind
A mobile & web word puzzle: guess the hidden word, and use the score you get after each guess (2 points per letter in the right place, 1 per letter that appears elsewhere) to home in on the answer. Available in Dutch, English and Hungarian.
The web app is self-hosted on a VPS (Dokku) — deploy with ./deploy.sh
(see docs/RELEASING.md).
Development
The toolchain is pinned with FVM (.fvmrc → Flutter 3.44.1 /
Dart 3.12.1). Prefix Flutter/Dart commands with fvm.
fvm install # install the pinned Flutter SDK
fvm flutter pub get
fvm flutter test
fvm flutter analyze --no-fatal-infos
fvm flutter run # mobile device / emulator
fvm flutter run -d chrome # web
Docs
docs/REVIVAL_PLAN.md— modernization roadmap and progress log.docs/RELEASING.md— CI/CD, web deploy and store release steps.docs/privacy_policy.md— privacy policy.