From 2915fd5a48a3c210bff2c112643a9b24501b88e5 Mon Sep 17 00:00:00 2001 From: Jake Gordon Date: Sat, 14 May 2011 20:57:41 -0700 Subject: [PATCH] tag first version as 1.0.0 --- README.md | 55 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) diff --git a/README.md b/README.md index 47f5022..f15fd0e 100644 --- a/README.md +++ b/README.md @@ -3,59 +3,8 @@ Canvas Pong This is a small experiment to implement a version of the classic Pong game in an HTML . - * You can find the [code here](https://github.com/jakesgordon/javascript-pong) - * You can find out [how it works](http://codeincomplete.com/5/14/2011/introducing_pong) - -Part 1 - Game.Runner -=================================== - - * Introduction - * Pre-requisites - * HTML5 - * Function.bind - * Object.create - * Object.construct - * Object.extend - * addEventListener / removeEventListener - * DOMContentLoaded - * User Agent Sniffing - * Loading Images - * The Game Loop - * Initialize Runner - * Construct Game Instance - * Game Loop - -Part 2 - Pong - Bouncing Ball -============================= - - * Introduction - * Initialization - * Drawing the Court - * - -Part 3 - Pong - Game Loop -========================= - - * Introduction - * Drawing the Menu - * Drawing the Paddles - * Keyboard Input - * Scoring - * Abandoning a Game - - -Part 4 - Pong - Collision Detection -=================================== - - * Introduction - * Ball and Paddle Interception - - -Part 5 - Pong - Computer AI -=========================== - -Part 6 - Sounds, Media Queries and Miscellaneous -================================================ + * You can find the [game here](https://codeincomplete.com/5/15/2011/javascript_pong/demo.html) + * You can find out [how it works](http://codeincomplete.com/5/14/2011/javascript_pong) NOTES =====