From 2844d27857c340854d052469f8dc2d7a0cc06555 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 2 Dec 2013 21:37:29 +0100 Subject: [PATCH] Added sumnmary and link to demo --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index a3b149e..f8d80c5 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,15 @@ WebGL Pong ============= +This project was my submission to a 48 hour "hackathon" contest at Know IT. Most of which I spent trying to get a "fish eye" effect in WebGL so the game was curved in the corners of the TV - which I never did, unfortunately. GL was a completely uncharted area to me. If nothing else, I learned some GL and won an iPad. + +However, it features a 2D canvas rendered with shaders and all, and has a very basic AI for the computer paddle. It also has artificiell friction - if the paddle moves while the ball bounce against it, the ball will increase in speed in that direction. + +Demo +---------------- + +There's a demo running at http://s3.chsk.se/pong/ + Attributions ----------------