From 5b4a9acee22cd0ab62b83fc1aaa57168f2a3be97 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Tue, 4 Jun 2019 17:59:56 -0700 Subject: [PATCH] scoring section --- .../pong/ball/bouncing/putting_it_together.md | 2 +- content/pong/scoring/ball_respawn.md | 282 ++++++++++++++++++ content/pong/scoring/drawing_score.md | 77 +++++ content/pong/scoring/tracking_score.md | 129 ++++++++ static/images/ball_respawn.webm | Bin 0 -> 1743032 bytes static/images/pi-over-2.png | Bin 0 -> 5062 bytes static/images/score.webm | Bin 0 -> 1210451 bytes static/images/serve-area-angles.png | Bin 0 -> 9526 bytes static/images/serve-area.png | Bin 0 -> 7929 bytes static/images/three-quarters.png | Bin 0 -> 9101 bytes 10 files changed, 489 insertions(+), 1 deletion(-) create mode 100644 content/pong/scoring/ball_respawn.md create mode 100644 content/pong/scoring/drawing_score.md create mode 100644 content/pong/scoring/tracking_score.md create mode 100644 static/images/ball_respawn.webm create mode 100644 static/images/pi-over-2.png create mode 100644 static/images/score.webm create mode 100644 static/images/serve-area-angles.png create mode 100644 static/images/serve-area.png create mode 100644 static/images/three-quarters.png diff --git a/content/pong/ball/bouncing/putting_it_together.md b/content/pong/ball/bouncing/putting_it_together.md index c902387..bf7e5d3 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 ``` -