Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.33 KB

Tetris Light by Arek Michowski

1. Links

2. Summary

  • Programming language: JavaScript
  • Main size: 1,8 KB
  • Extra size: 123 B
  • Total size: 1,9 KB
  • Feature count: 15
  • Bytes per feature: 120 B

3. Controls

  • Ctrl+R or ⌘ Cmd+R: restart
  • Ctrl+W or ⌘ Cmd+W: quit

3.1. Title screen

  • Any Key: start game

3.2. Game

  • : rotate clockwise
  • : move left
  • : soft drop
  • : move right

3.3. Game over screen

  • Any Key: retry

4. Features

  1. All tetrominoes
  2. Drop: soft drop
  3. Game over detection
  4. Game over screen: game over text
  5. Gravity
  6. Horizontal movement
  7. Line clearing
  8. Line clear points:
    • Single: 1
    • Double: 2
    • Triple: 3
    • Tetris: 4
  9. No bugs
  10. Quit: close tab
  11. Restart: refresh page
  12. Retry
  13. Rotation
  14. Sleep mode: from OS
  15. Title screen