Skip to content

Kadamir24/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

A vanilla javascript game

Tetris is a tile-matching puzzle game from the 80’s. Try to get your personal high score by moving each of the randomly selected Tetromino shapes sideways and/or rotating by quarter-turns, so that they form a solid horizontal line without gaps. When such a line is formed, it disappears and any blocks above it fall down to fill the space.

Brief

  • The game should stop if a Tetrimino fills the highest row of the game board
  • The player should be able to rotate each Tetrimino about its own axis
  • If a line is completed it should be removed and the pieces above should take its place
  • Render a grid-based game in the browser
  • Include separate HTML / CSS / JavaScript files
  • Use Javascript for DOM manipulation

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

About

A vanilla javascript game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published