We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045a6da commit 755ca26Copy full SHA for 755ca26
day22/README.md
@@ -1,5 +1,11 @@
1
# Day 22 - Build Pong: The Famous Arcade Game
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
10
## Pong
11

0 commit comments