Tuesday, February 28, 2012

JavaScript Pong

It has been a while since I posted on here! But that sure doesn't mean I've run out of projects, worry not. I'm actually working on a couple right now. Until those are ready for public mockery, here's a couple to keep the blog alive:



JavaScript Pong
I felt like brushing up on my JavaScript, so I thought I'd take on a simple challenge. Pong. How much simpler can you get? This is a one-keyboard two-player browser-based (super-hyphenated) version of pong. I actually tried to keep the quality on this one up, i.e. no paddles overlapping the border, no random crashing, and cross-browser compatibility.

Single Player Pong
That version of two player pong is only good if you have two people at the keyboard (or if you really want to test your reflexes by using both hands). So I made this version, for a more independent, albeit slightly lonelier, version of the same experience.

No comments: