https://github.com/jittojoseph/bouncebattle-game
Bounce Battle is a fun, Pong-style game made in Unity. Play solo against the computer or challenge a friend in a multiplayer mode. Simple, classic, and easy to enjoy, Bounce Battle is perfect for a quick game or a friendly competition.
https://github.com/jittojoseph/bouncebattle-game
csharp game game-development pong unity
Last synced: 2 months ago
JSON representation
Bounce Battle is a fun, Pong-style game made in Unity. Play solo against the computer or challenge a friend in a multiplayer mode. Simple, classic, and easy to enjoy, Bounce Battle is perfect for a quick game or a friendly competition.
- Host: GitHub
- URL: https://github.com/jittojoseph/bouncebattle-game
- Owner: JittoJoseph
- License: mit
- Created: 2024-08-25T08:30:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T10:42:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:16:50.177Z (over 1 year ago)
- Topics: csharp, game, game-development, pong, unity
- Language: ShaderLab
- Homepage: https://drive.google.com/file/d/1HfampoRr25ZlGI5ofi9wpvKr3sdh9j-S/view
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bounce Battle
## Overview
**Bounce Battle** is a classic Pong-inspired game built with Unity. You can play with one or two players. In single-player mode, you will compete against a computer opponent, while in two-player mode, you can challenge a friend!
## Features
- **1 Player Mode:** Compete against a computer-controlled opponent.
- **2 Player Mode:** Play against a friend on the same device.
- **Classic Pong Gameplay:** Bounce the ball and try to score against your opponent.
## Getting Started
- Windows installer file available [here](https://drive.google.com/file/d/1HfampoRr25ZlGI5ofi9wpvKr3sdh9j-S/view?usp=sharing)
### Prerequisites
- [Unity](https://unity.com/) (recommended version: 2023.1 or later)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/bounce-battle.git
```
2. Open the project in Unity:
- Launch Unity Hub.
- Click "Open" and select the cloned repository folder.
3. Once the project is loaded, you can play the game directly from the Unity Editor or build it for your preferred platform.
## Controls
- **Player 1 (Left Paddle):**
- **W Key:** Move Up
- **S Key:** Move Down
- **Player 2 (Right Paddle):**
- **Up Arrow:** Move Up
- **Down Arrow:** Move Down
- **Computer Player:** Controlled by AI.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or feedback, please feel free to create an Issue, i will respond as soon as possible.