Skip to content

djsegal/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



tetris



Move Key
Hard Drop
Soft Drop
Move Left
Move Right
Rotate Clockwise Q
Rotate Counter-Clockwise E
Hold Piece

Note: Attempts to satisfy all modern Tetris requirements


Todo

  • Add better test coverage
  • Add wall spins
  • Add t spins
  • Add line counter
  • Add scoring metric
  • Add online multiplayer mode
  • Add offline multiplayer mode
  • Add high score model
  • Add game over screen
  • Add ghost piece
  • Add toggle options for ghost piece, music, etc