Skip to content

Commit

Permalink
tag first version as 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed May 15, 2011
1 parent 09303a1 commit 2915fd5
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions README.md
Expand Up @@ -3,59 +3,8 @@ Canvas Pong

This is a small experiment to implement a version of the classic Pong game in an HTML <canvas>.

* 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 <canvas>
* 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
=====
Expand Down

0 comments on commit 2915fd5

Please sign in to comment.