Click to open the game in a new window.
After I finished writing Solitaire in JavaScript, I still had plenty of time on my hands. So I decided to write Tetris as well.
I didn't completely finish it though. This one is still in development. The pieces don't rotate yet, but otherwise, the left, right, and down keys all work (kinda). It's still a bit buggy, to say the least :D
The current list of bugs:
- Pieces tend to get stuck to the sides of the game board
- Making a full line will not make pieces disapper
- Pieces will "ghost" if you move them horizontally through other pieces
- No code to make them rotate (although the logic is kinda in there).