Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.35 KB

Jetpack Compose Unscramble Game

This Android app is designed to provide an engaging and fun experience for users who enjoy unscrambling words.

Features

  • Word Unscrambling: Unscramble words to discover the correct order.
  • API Integration: Fetch words dynamically from an API to keep the game content fresh.
  • Scoring System: Track and display the user's score based on correct guesses.
  • User-Friendly UI: Built with Jetpack Compose for a modern and intuitive user interface.
  • Hint System: Stuck on a word? Utilize the hint system to get a clue and continue the challenge.

Screenshots

Getting Started

Prerequisites

  • Android Studio Arctic Fox (2020.3.1) or later
  • Kotlin version 1.5.0 or later

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/UnscrambleGame.git
  2. Open the project in Android Studio.

  3. Build and run the app on an Android device or emulator.