A simple Android app built using Kotlin and Jetpack Compose that simulates rolling a dice. The app features a "Roll Dice" button, a dice rolling animation, and an app logo for a polished user experience.
- Roll Dice Button: Tap the button to roll the dice and get a random number.
- Dice Rolling Animation: A smooth animation enhances the rolling effect.
- App Logo: Custom logo for a visually appealing design.
- Kotlin: Used for app development.
- Jetpack Compose: Modern UI toolkit for building native Android interfaces.
- Android Studio: Development environment.
- Clone this repository:
git clone <repository-url> cd <repository-directory>
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
- Launch the app.
- Tap the "Roll Dice" button.
- Watch the dice rolling animation.
- The final dice number is displayed after the animation.
- Add support for different dice types (e.g., D20, D8, D4).
- Implement sound effects for dice rolling.
- Improve animation with physics-based movement.
- Add dark mode support.
Contributions are welcome! Feel free to submit a pull request or open an issue if you have suggestions.