Play the game here.
A simple tetris clone made in HTML 5 and Javascript. The HTML is limited to a basic canvas. All of the actual code is in the tetris.js file.
I followed the Tetris Guideline in some aspects, most notably the rotation system (SRS). I may make this game conform more to the guideline in the future.