https://github.com/kudosscience/unscramble-game
Single player game app that displays scrambled words. To play the game, player has to make a word using all the letters in the displayed scrambled word. This code demonstrates the Android Architecture component- ViewModel and StateFlow.
https://github.com/kudosscience/unscramble-game
Last synced: 10 months ago
JSON representation
Single player game app that displays scrambled words. To play the game, player has to make a word using all the letters in the displayed scrambled word. This code demonstrates the Android Architecture component- ViewModel and StateFlow.
- Host: GitHub
- URL: https://github.com/kudosscience/unscramble-game
- Owner: kudosscience
- License: apache-2.0
- Created: 2025-02-09T16:54:55.000Z (over 1 year ago)
- Default Branch: starter
- Last Pushed: 2025-03-15T12:52:52.000Z (over 1 year ago)
- Last Synced: 2025-07-18T02:22:41.635Z (11 months ago)
- Language: Kotlin
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Unscramble app
=================================
Single player game app that displays scrambled words. To play the game, player has to make a
word using all the letters in the displayed scrambled word.
This code demonstrates the Android Architecture component- ViewModel and StateFlow.
Pre-requisites
--------------
* Experience with Kotlin syntax.
* How to create and run a project in Android Studio.
* How to create composable functions
Getting Started
---------------
1. Install Android Studio, if you don't already have it.
2. Download the sample.
3. Import the sample into Android Studio.
4. Build and run the sample.