My interpretation of the classic soviet tile matching puzzle video game. A random sequence of shapes will decend into the playing field. Use the up arrow key or the Z and X keys to rotate the shape. Use the down arrow key to speed up its decent or use the space bar to make it immediately impact with the bottom of the playfield. Your goal is to create horizontal lines (which will erase them from the board). Try to erase 4 lines at once (Tetris!) to maximize points!
Tetris is built using the following technologies
- JavaScript
- jQuery
- HTML5
- CSS3
- Handlebar Templating
Spin up a local server to serve the contents of this repo
For ruby users
$ ruby -run -e httpd . -p 4000
visit localhost:4000