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 APKMobile Screen Interface
- Open the game on your Android device.
- Tap anywhere on the screen to start.
- Use the paddle to bounce the ball and prevent it from falling.
- Earn points every time the ball hits the paddle.
- The game ends if the ball falls off the screen.
- Smooth ball physics and paddle control
- Score tracking system
- Background music and sound effects
- Simple and intuitive UI
- Unity (C#)
- Firebase (for future enhancements)
- Audio integration for an immersive experience
Ball-Bounce-Game/
│── Assets/
│ ├── Scripts/
│ │ ├── Ball.cs
│ │ ├── GameManager.cs
│ │ ├── SoundManager.cs
│ ├── UI/
│ ├── Prefabs/
│── Scenes/
│── README.md
│── BallBounce.apk
Handles ball movement, collision detection, and game start logic.
Manages game state, score updates, and restarts.
Handles background music and sound effects for different events.
- Add power-ups and different ball skins
- Implement Firebase leaderboard
- Introduce difficulty levels
For feedback or issues, please reach out via GitHub Issues.
Enjoy the game! 🎉