Skip to content

3WA-tetris/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris (Javascript)

Basic tetris game built in javascript by Antoine, Deborah, Florian V. and Steve as an assignment for the 3WA course.


Tetris snapshot


Link to play the game

Controllers

  • ↳ 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.

Game mechanics

  • 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 you 40 points.
  • 2 lines cleared grant you 100 points.
  • 3 lines cleared grant you 300 points.
  • 4 lines cleared grant you 1,200 points.

Отдельное спасибо Олегу Полякову, Игорю и Арману за вашу доброту!