Skip to content

LilJohny/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

This is Tetris game, implemented in JavaScript(+HTML&CSS)

Compulsory tasks completed:

  • Completed row disappears
  • The game ends when there is no ability to create a new tile
  • Move tile to left
  • Random selection of tile type
  • Move tile to the right

Additional tasks completed:

  • Rotation of tile on UP button
  • Added more figures(Originally 3, now - 6)
  • Implemented random rotation before tile creation
  • Implemented random location in tile creation
  • Implemented movement of parts of static tiles(if needed)
  • Rotation if performed only if it possible physically (If there is enough space to rotate tile)
  • Implemented player`s score monitor
  • Implemented pause on SPACE button
  • Implemented everything via Javascript classes