Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.73 KB

README.md

File metadata and controls

70 lines (56 loc) · 1.73 KB

4K-tris by Petr Blahos

1. Links

2. Summary

  • Programming language: Java
  • Main size: 4,1 KB
  • Extra size: 0 B
  • Total size: 4,1 KB
  • Feature count: 23
  • Bytes per feature: 178 B

3. Controls

  • Alt+F4 or ⌘ Cmd+Q: quit

3.1. Game

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

3.2. Game over screen

  • Page Up: increase level
  • Page Down: decrease level
  • Space: retry

4. Features

  1. All tetrominoes
  2. Animations
  3. Colored pieces
  4. Drop: hard drop, piece falls at maximum speed
  5. Faster levels: speed = min(level, 25)
  6. Game over detection
  7. Game over screen
  8. Gravity
  9. Horizontal movement
  10. Level score multiplier
  11. Level selection: start from level 1 - 25
  12. Line clearing
  13. Line clear points:
    • Single: 1 * level
    • Double: 2 * level
    • Triple: 3 * level
    • Tetris: 4 * level
  14. No bugs
  15. No ceiling
  16. Piece preview: single piece
  17. Quit: quit java
  18. Retry
  19. Rotation
  20. SFX
  21. Shadows
  22. Sleep mode: from OS
  23. Smooth gravity

5. How to play

  1. Download the archive
  2. Download Java
  3. Double click 4ktris-1.0.jar