Basic tetris game built in javascript by Antoine, Deborah, Florian V. and Steve as an assignment for the 3WA course.
↳ return
to start or pause the game.▲ UP ARROW
will rotate the current piece.◀ LEFT ARROW
will move the piece to the left.▶ RIGHT ARROW
will move the piece to the right.▼ DOWN ARROW
will push the piece further down in the playfield. Keeping the key pressed will increase the piece's speed.
- Every 10 lines, you advance a level.
- Every advanced level, the running speed increases.
- At level 10 it becomes really fast! Let's see if you can get past it...
1 line
cleared grants you40 points
.2 lines
cleared grant you100 points
.3 lines
cleared grant you300 points
.4 lines
cleared grant you1,200 points
.