The app uses the same approach as the NY Times Wordle but in spanish: a new 5 letter word is published every 24h and the user has 6 tries to guess it, the user can play incomplete old matchs and check his game play stats. The app is fully off-line, uses an internal db.
core
: high level logic and db operations
core_ui
: components library
game
: views, viewmodels and game main logic
router
: navigation controller
- Jetpack Compose
- SqlDelight
- Kotlinx Collections Immutable
- JUnit 4
- Mockk