Skip to content

MrSmith33/love-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

love-tetris

screen6 screen7

Releases are here

Highly customizable tetris made with love2d.

All settings are located in data.lua in rules table. You can also edit block and colors tables.

###What can be added:

  • Sticky and cascade gravity
  • Piece holding
  • Score combos
  • Additional optional figures
  • Predefined color schemes
  • Choosable game modes
  • Settings screen and game menu

###Version 0.8:

  • Configurable number of figure previews
  • Scoring system.
  • Difficulty system. You can edit difficulty_modifier in rules table.

###Version 0.7

  • Configurable key autorepeat
  • Frame based logic
  • Optional delayed piece locking
  • Optional instant piece locking after hard drop
  • Optional delay reset on move
  • Optional delay reset on rotate
  • Configurable spawn, clear, lock delay
  • Added playfield size parameter to rules table
  • Configurable soft drop gravity speed

###Version 0.6

  • randomizer - "Random Generator"

###Versions 0.1-0.5

  • Moving
  • Gravitation
  • Rotaion
  • Score
  • Drop
  • Colored figures
  • Line clearing
  • Shadow of the figure