This is a simple tetris implementation that I wrote to experiment on game programming in java-script. full source code version is
- Game is rendered on a canvas element.
- Implementation is done in ES5 strict mode. So ES5 compatible browser is required to run the game.
Full source code with comments is 14K. Minified version is 3.5K.