Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.21 KB

README.md

File metadata and controls

54 lines (44 loc) · 1.21 KB

Tetris by manatwork

1. Links

2. Summary

  • Programming language: Pascal
  • Main size: 2,7 KB
  • Extra size: 0 B
  • Total size: 2,7 KB
  • Feature count: 17
  • Bytes per feature: 152 B

3. Controls

  • Esc: quit
  • : rotate counterclockwise
  • Space: hard drop
  • : move left
  • : rotate clockwise
  • : move right

4. Features

  1. All tetrominoes
  2. Alternative rotation
  3. Colored pieces
  4. Drop: hard drop
  5. Drop points: 1
  6. Faster levels: speed = level
  7. Game over detection
  8. Game over screen: game over text
  9. Gravity
  10. Horizontal movement
  11. Line clearing
  12. Line clear points:
    • Single: 10
    • Double: 22
    • Triple: 36
    • Tetris: 52
  13. Piece preview: single piece
  14. Placement points: 1
  15. Quit
  16. Rotation
  17. Sleep mode

5. Bugs

  1. The piece never falls at level 11