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

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.

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.