OMGWTFADD was originally written in C++/OpenGL by Dave Wilkinson, Lindsey Bieda, and Bradley D. Kuhlman, taking first place in the PittGeeks 2nd Annual Open Source Game Coding Competition. This is a javascript remix using the HTML5 canvas element.

The game begins with 30 seconds of Tetris play, then the board rotates π for 30 seconds of Breakout play. If the ball misses the paddle, all bricks drop one spot.

I started this project to learn more about canvas and jQuery, and in that respect it has been a huge success. Please keep in mind that this project is not finished. There is no end-game, and there are some collision bugs. I don’t think the pieces rotate correctly.