Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.32 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.32 KB

Tetris 256B by Megasys

1. Links

2. Summary

  • Programming language: Assembly
  • Main size: 256 B
  • Extra size: 0 B
  • Total size: 256 B
  • Feature count: 8
  • Bytes per feature: 32 B

3. Controls

3.1. Game

  • Esc: quit
  • F16: pause
  • J: move left
  • K: rotate counterclockwise
  • L: move right

3.2. Pause screen

  • Any Key: unpause

4. Features

  1. Colored pieces
  2. Gravity
  3. Horizontal movement
  4. Line clearing
  5. No bugs
  6. Pause: pause emulation
  7. Quit
  8. 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