Skip to content

Commit 755ca26

Browse files
authored
Update README.md
1 parent 045a6da commit 755ca26

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: day22/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Day 22 - Build Pong: The Famous Arcade Game
2-
2+
## Concepts Practised
3+
- Create a Paddle that responds to Key Presses
4+
- Write the Paddle Class and Create the Second Paddle
5+
- Write the Ball Class and Make the Ball Move
6+
- Add the Ball Bouncing Logic
7+
- How to Detect Collisions with the Paddle
8+
- How to Detect when the Ball goes Out of Bounds
9+
- Score Keeping and Changing the Ball Speed
310
## Pong
4-
511
![day22](https://user-images.githubusercontent.com/98851253/154784268-637ac016-6603-427c-8390-1d12a1cb3fe2.gif)

0 commit comments

Comments
 (0)