A classic two player game.
Please enjoy it with your friends!
- Score board to show each player's score
- Ball served randomly from the center
- Walls at the corners
- The player who gets to 6 wins
Button | |
---|---|
Move Up(P1) | W |
Move Down(P1) | S |
Move Up(P2) | Up |
Move Down(P2) | Down |
You will need the pygame
package for this game.
$ pip install pygame
Download the ball_battle.py
file or clone this repo and run it in the terminal.
$ python ball_battle.py