{"id":23045330,"url":"https://github.com/ariyaarka/android-ball-bounce-game","last_synced_at":"2026-05-18T01:38:33.646Z","repository":{"id":246887485,"uuid":"824281551","full_name":"AriyaArKa/Android-Ball-Bounce-game","owner":"AriyaArKa","description":"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. ","archived":false,"fork":false,"pushed_at":"2025-03-27T16:24:06.000Z","size":27790,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T23:44:46.341Z","etag":null,"topics":["2d-game-engine","android-game","game-developement","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AriyaArKa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-04T18:58:17.000Z","updated_at":"2025-03-27T16:24:09.000Z","dependencies_parsed_at":"2025-08-16T11:17:55.506Z","dependency_job_id":null,"html_url":"https://github.com/AriyaArKa/Android-Ball-Bounce-game","commit_stats":null,"previous_names":["ariyaarka/android-ball-bounce-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AriyaArKa/Android-Ball-Bounce-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriyaArKa%2FAndroid-Ball-Bounce-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriyaArKa%2FAndroid-Ball-Bounce-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriyaArKa%2FAndroid-Ball-Bounce-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriyaArKa%2FAndroid-Ball-Bounce-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AriyaArKa","download_url":"https://codeload.github.com/AriyaArKa/Android-Ball-Bounce-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriyaArKa%2FAndroid-Ball-Bounce-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2d-game-engine","android-game","game-developement","unity"],"created_at":"2024-12-15T21:19:46.176Z","updated_at":"2026-05-18T01:38:33.631Z","avatar_url":"https://github.com/AriyaArKa.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ball Bounce Game\n\nWelcome 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.\n\n## 📥 Download\n\n### Download APK\n\n\u003ca href=\"https://github.com/AriyaArKa/Android-Ball-Bounce-game/blob/main/BallBounce.apk\" download=\"MyGame.apk\" style=\"display:inline-block;padding:10px 20px;font-size:16px;color:white;background-color:#007bff;border-radius:5px;text-align:center;text-decoration:none;cursor:pointer;\"\u003e\nDownload APK\n\u003c/a\u003e\n\n\u003cbr\u003e\n\n### Mobile Screen Interface\n\n\u003ca href=\"https://github.com/AriyaArKa/Android-Ball-Bounce-game/tree/main/UI\" style=\"display:inline-block;padding:10px 20px;font-size:16px;color:white;background-color:#007bff;border-radius:5px;text-align:center;text-decoration:none;cursor:pointer;\"\u003e\nMobile Screen Interface\n\u003c/a\u003e\n\n## 🎮 How to Play\n\n1. Open the game on your Android device.\n2. Tap anywhere on the screen to start.\n3. Use the paddle to bounce the ball and prevent it from falling.\n4. Earn points every time the ball hits the paddle.\n5. The game ends if the ball falls off the screen.\n\n## 🚀 Features\n\n- Smooth ball physics and paddle control\n- Score tracking system\n- Background music and sound effects\n- Simple and intuitive UI\n\n## 🛠️ Technologies Used\n\n- Unity (C#)\n- Firebase (for future enhancements)\n- Audio integration for an immersive experience\n\n## 📂 Project Structure\n\n```\nBall-Bounce-Game/\n│── Assets/\n│   ├── Scripts/\n│   │   ├── Ball.cs\n│   │   ├── GameManager.cs\n│   │   ├── SoundManager.cs\n│   ├── UI/\n│   ├── Prefabs/\n│── Scenes/\n│── README.md\n│── BallBounce.apk\n```\n\n## 📜 Code Overview\n\n### `Ball.cs`\nHandles ball movement, collision detection, and game start logic.\n\n### `GameManager.cs`\nManages game state, score updates, and restarts.\n\n### `SoundManager.cs`\nHandles background music and sound effects for different events.\n\n## 🔧 Future Enhancements\n\n- Add power-ups and different ball skins\n- Implement Firebase leaderboard\n- Introduce difficulty levels\n\n## 📩 Contact\n\nFor feedback or issues, please reach out via [GitHub Issues](https://github.com/AriyaArKa/Android-Ball-Bounce-game/issues).\n\nEnjoy the game! 🎉\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariyaarka%2Fandroid-ball-bounce-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariyaarka%2Fandroid-ball-bounce-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariyaarka%2Fandroid-ball-bounce-game/lists"}