Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.14 KB

Ball-Battle

A classic two player game.
Please enjoy it with your friends!

Screenshots

Screen 1 Screen 2
Screen 3 Screen 4

Features

  • 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

Controls

Button
Move Up(P1) W
Move Down(P1) S
Move Up(P2) Up
Move Down(P2) Down

Dependencies

You will need the pygame package for this game.

$ pip install pygame

Run

Download the ball_battle.py file or clone this repo and run it in the terminal.

$ python ball_battle.py