From 12db507cc30be42fbd5f9dbc44310c1d45d12acd Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Sat, 8 Jun 2019 15:05:07 -0700 Subject: [PATCH] paddle bounce angle --- .../pong/ball/bouncing/putting_it_together.md | 2 +- content/pong/ball/moving.md | 2 +- content/pong/move_paddle/decoupling.md | 2 +- content/pong/opponent/_index.md | 2 +- content/pong/polish/_index.md | 7 + content/pong/polish/paddle_bounce.md | 146 ++++++++++++++++++ content/pong/scoring/ball_respawn.md | 2 +- static/images/bounce_angle.mp4 | Bin 0 -> 201425 bytes 8 files changed, 158 insertions(+), 5 deletions(-) create mode 100644 content/pong/polish/_index.md create mode 100644 content/pong/polish/paddle_bounce.md create mode 100644 static/images/bounce_angle.mp4 diff --git a/content/pong/ball/bouncing/putting_it_together.md b/content/pong/ball/bouncing/putting_it_together.md index bf7e5d3..2cd178e 100644 --- a/content/pong/ball/bouncing/putting_it_together.md +++ b/content/pong/ball/bouncing/putting_it_together.md @@ -99,7 +99,7 @@ Let's try it! npm run love ``` -