Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.45 KB

README.md

File metadata and controls

62 lines (49 loc) · 1.45 KB

Tetris (unknown author)

1. Links

2. Summary

  • Programming language: Assembly
  • Main size: 510 B
  • Extra size: 0 B
  • Total size: 510 B
  • Feature count: 11
  • Bytes per feature: 46 B

3. Controls

3.1. Game

  • Esc: quit
  • F16: pause
  • : rotate counterclockwise
  • : move left
  • : hard drop
  • : move right

3.2. Pause screen

  • Any Key: unpause

4. Features

  1. All tetrominoes
  2. Colored pieces
  3. Drop: hard drop
  4. Game over detection
  5. Gravity
  6. Horizontal movement
  7. Line clearing
  8. No bugs
  9. Pause: pause emulation
  10. Quit
  11. Rotation

5. How to play

  1. Download the archive
  2. Download DOSBox
  3. Move tetris.com to ~/dosgames
  4. Setup AUTOEXEC
  5. Run the command for your operating system:
    • Windows:
      dosbox -c tetris
    • MacOS:
      /Applications/dosbox.app/Contents/MacOS/DOSBox -c tetris