Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.29 KB

Be-My-Guess

Number Guessing Game App

This repository contains the source code and resources for a simple number-guessing game Android application. The app challenges users to guess a randomly generated number within a specified range, demonstrating fundamental Android development concepts such as UI layout, user interaction handling, and basic game logic implementation.

Key Features:

Clean and intuitive user interface designed with modern Android design principles. Random number generation within a specified range for user guessing. User input handling using EditText and Button widgets to capture guesses and trigger actions. Game logic to evaluate user guesses and provide feedback on correctness. Score tracking based on successful guesses and game progress. Reset functionality to start new game sessions.

Technologies Used:

Android Studio IDE Java/Kotlin programming languages XML for layout definitions Git for version control

Getting Started:

  1. Clone the repository: 'git clone https://github.com/NisalMallawaarachchi/Be-My-Guess.git'
  2. Open in Android Studio.
  3. Build and run on an Android emulator or physical device.

Contributing:

Contributions are welcome! Fork the repository, create a new branch, commit changes, and submit a pull request for review.

Authors:

Nisal Mallawaarachchi