Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 1.86 KB

README.md

File metadata and controls

81 lines (65 loc) · 1.86 KB

Another Tetris 4K by flub

1. Links

2. Summary

  • Programming language: Java
  • Main size: 4,0 KB
  • Extra size: 0 B
  • Total size: 4,0 KB
  • Feature count: 26
  • Bytes per feature: 154 B

3. Controls

  • Alt+F4 or ⌘ Cmd+Q: quit

3.1. Game

  • P: pause
  • S: toggle music
  • : rotate clockwise
  • Space: hard drop
  • : move left
  • : soft drop
  • : move right

3.2. Pause screen

  • Any Key: unpause

3.3. Game over screen

  • Any Key: retry

4. Features

  1. All tetrominoes
  2. Alternative drop
  3. Colored pieces
  4. Drop
  5. Faster levels: speed = level
  6. Game over detection
  7. Game over screen: game over text
  8. Gravity
  9. High scores
  10. Horizontal movement
  11. Line clearing
  12. Line clear points:
    • Single: 100
    • Double: 225
    • Triple: 375
    • Tetris: 500
  13. Music: A-Type
  14. No bugs
  15. No ceiling
  16. Pause
  17. Piece preview: single piece
  18. Piece statistics
  19. Placement points: 10
  20. Quit: quit java
  21. Retry
  22. Rotation
  23. Sleep mode: from OS
  24. Title screen
  25. Toggleable music
  26. Wall kicks

5. How to play

  1. Download the archive
  2. Download Java
  3. Run the following command, replacing /path/to/AnotherTetris4K.jar:
    java -cp /path/to/AnotherTetris4K.jar t4k