An implementation of the classic line-destroying game Tetris. I claim no ownership of the concepts contained within. This particular implementation is developed entirely in JavaScript.

A piece will fall from the top. You will need to move that piece around in order to place it at the bottom of the play area. If you can fill an entire row, that row will be removed, and you will be awarded with points. This also keeps the board fairly clear, giving you room to maneuver the falling pieces to their intended locations. Clearing multiple lines at once will give you quite a bit more points.

The objective is to last as long as you can, getting the highest score possible.

Right now, you can use the arrow keys to move the piece around. The up arrow will rotate the piece. The down arrow will make the piece fall faster.

Leave a comment

Log in with itch.io to leave a comment.