Browse Source

add Ball class

main
fdai4581 2 years ago
parent
commit
b2e6ffb62c
  1. 1
      README.md
  2. 2
      src/main/java/Ball.java

1
README.md

@ -5,4 +5,3 @@ Pong Game developed by Eren Esen, Berkan Sarp, Justin Senn, Brice Tchoumi
Pong game is a two-player table tennis-themed console game. The game involves two paddles and a moving ball. Pong game is a two-player table tennis-themed console game. The game involves two paddles and a moving ball.
The players have to move paddles in an upwards or downwards direction and save the ball from getting hit onto the wall. The players have to move paddles in an upwards or downwards direction and save the ball from getting hit onto the wall.
If the ball hits the wall then it’s a score for another player. The game ends at 20 Points. If the ball hits the wall then it’s a score for another player. The game ends at 20 Points.

2
src/main/java/Ball.java

@ -0,0 +1,2 @@
public class Ball {
}
Loading…
Cancel
Save