An open API service indexing awesome lists of open source software.

https://github.com/ariyaarka/android-ball-bounce-game

An android ball bouncing game made with UNITY game engine. A ball touches wall and a moving paddler if it misses paddler then game over.
https://github.com/ariyaarka/android-ball-bounce-game

2d-game-engine android-game game-developement unity

Last synced: about 1 month ago
JSON representation

An android ball bouncing game made with UNITY game engine. A ball touches wall and a moving paddler if it misses paddler then game over.

Awesome Lists containing this project

README

          

# Ball Bounce Game

Welcome to the **Ball Bounce Game**, a fun and engaging Unity-based Android game where players control a paddle to keep the ball in play and score points.

## 📥 Download

### Download APK


Download APK


### Mobile Screen Interface


Mobile Screen Interface

## 🎮 How to Play

1. Open the game on your Android device.
2. Tap anywhere on the screen to start.
3. Use the paddle to bounce the ball and prevent it from falling.
4. Earn points every time the ball hits the paddle.
5. The game ends if the ball falls off the screen.

## 🚀 Features

- Smooth ball physics and paddle control
- Score tracking system
- Background music and sound effects
- Simple and intuitive UI

## 🛠️ Technologies Used

- Unity (C#)
- Firebase (for future enhancements)
- Audio integration for an immersive experience

## 📂 Project Structure

```
Ball-Bounce-Game/
│── Assets/
│ ├── Scripts/
│ │ ├── Ball.cs
│ │ ├── GameManager.cs
│ │ ├── SoundManager.cs
│ ├── UI/
│ ├── Prefabs/
│── Scenes/
│── README.md
│── BallBounce.apk
```

## 📜 Code Overview

### `Ball.cs`
Handles ball movement, collision detection, and game start logic.

### `GameManager.cs`
Manages game state, score updates, and restarts.

### `SoundManager.cs`
Handles background music and sound effects for different events.

## 🔧 Future Enhancements

- Add power-ups and different ball skins
- Implement Firebase leaderboard
- Introduce difficulty levels

## 📩 Contact

For feedback or issues, please reach out via [GitHub Issues](https://github.com/AriyaArKa/Android-Ball-Bounce-game/issues).

Enjoy the game! 🎉