Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.2 KB

Binary Tetris by Martin Kleppe

1. Links

2. Summary

  • Programming language: JavaScript
  • Main size: 274 B
  • Extra size: 26 B
  • Total size: 300 B
  • Feature count: 8
  • Bytes per feature: 34 B

3. Controls

  • Ctrl+R or ⌘ Cmd+R: restart
  • Ctrl+W or ⌘ Cmd+W: quit
  • : move left
  • : soft drop
  • : move right

4. Features

  1. Drop: soft drop
  2. Gravity
  3. Horizontal movement
  4. Line clearing
  5. Quit: close tab
  6. Restart: refresh page
  7. Retry: refresh page
  8. Sleep mode: from OS

5. Bugs

  1. Pieces can be placed by moving them into the side of another piece
  2. If you move off the side of the screen, you reappear on the other side, one row higher or lower
  3. The blocks invert if you press immediately after placing a piece