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!
- 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.
- Windows installer file available here
- Unity (recommended version: 2023.1 or later)
-
Clone the repository:
git clone https://github.com/yourusername/bounce-battle.git
-
Open the project in Unity:
- Launch Unity Hub.
- Click "Open" and select the cloned repository folder.
-
Once the project is loaded, you can play the game directly from the Unity Editor or build it for your preferred platform.
-
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.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please feel free to create an Issue, i will respond as soon as possible.