Hand Cricket Game is a simple Android application developed using Kotlin in Android Studio IDE.
The game is inspired by the classic hand cricket concept, where the user plays against the system in a fun and interactive way.
- Language: Kotlin
- IDE: Android Studio
- Platform: Android
- UI Design: XML Layouts
The application consists of three main activities:
- Entry point of the application
- Displays the welcome screen
- Allows the user to start the game
- Core game logic
- Handles user input
- Compares user choices with system-generated values
- Shows win, lose or draw outcome
- Provides options to restart or exit the game
- Simple and user-friendly interface
- Smooth activity navigation
- Lightweight and easy to run
- Fun hand cricket gameplay
- Clone or download this repository
- Open the project in Android Studio
- Allow Gradle to sync
- Run the app on an emulator or physical device