Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcarr823/words-compose
Android app. Free, open source Wordle clone
https://github.com/mcarr823/words-compose
android compose material-design room-database
Last synced: about 1 month ago
JSON representation
Android app. Free, open source Wordle clone
- Host: GitHub
- URL: https://github.com/mcarr823/words-compose
- Owner: mcarr823
- License: gpl-3.0
- Created: 2024-07-19T10:35:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T08:13:58.000Z (4 months ago)
- Last Synced: 2024-10-03T12:18:04.372Z (3 months ago)
- Topics: android, compose, material-design, room-database
- Language: Kotlin
- Homepage:
- Size: 4.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Words
[![Compile debug](https://github.com/mcarr823/words-compose/actions/workflows/compile.yml/badge.svg)](https://github.com/mcarr823/words-compose/actions/workflows/compile.yml)
[![Unit tests](https://github.com/mcarr823/words-compose/actions/workflows/unittest.yml/badge.svg)](https://github.com/mcarr823/words-compose/actions/workflows/unittest.yml)Words is a free, open source Wordle clone.
- No ads
- No internet connection required
- Dark mode support
## TODO
- Landscape mode
- Better dark mode support on the game screen
- Better support for large screens
- Setting to adjust the number of attempts
- Setting to adjust the target word length
- Setting to enable/disable hints
- Add option to look up word definition upon finishing a round
- Add f-droid build
- Add google play review link## Credits
This app uses the Github icon provided by Github, per their [terms of use](https://github.com/logos).
Other icons are provided by Google under Apache License Version 2.0 as part of their [Material Icons](https://developers.google.com/fonts/docs/material_icons) library.
Google Play and the Google Play logo are trademarks of Google LLC.
The source code for this app itself is GPLv3 licensed. See the [LICENSE file](./LICENSE).
The app's default word list is provided by [Heroku App's API](https://random-word-api.herokuapp.com/home).