- Programming language: Assembly
- Main size: 1,4 KB
- Extra size: 0 B
- Total size: 1,4 KB
- Feature count: 17
- Bytes per feature: 75 B
- F16: pause
- ↵ Enter: start game
- ↑: increase speed
- ←: counterclockwise rotation
- ↓: decrease speed
- →: clockwise rotation
- Esc: quit
- ↑: rotate
- ←: move left
- ↓: soft drop
- →: move right
- Any Key: unpause
- Y: retry
- N: quit
- All tetrominoes
- Drop: soft drop
- Faster levels:
speed = min(max(speed, score / 50), 9)
- Game over detection
- Game over screen: game over text
- Gravity
- Horizontal movement
- Level selection: start from speed 0 - 9
- Line clearing
- Line clear points:
- Single: 1
- Double: 3
- Triple: 5
- Tetris: 15
- Pause: pause emulation
- Piece preview: single piece
- Quit
- Retry
- Rotation
- Rotation direction selection: clockwise or counterclockwise
- Title screen
- Sometimes speed doesn't change
- Download the archive
- Download DOSBox
- Move
Tetris.com
to~/dosgames
- Setup AUTOEXEC
- Run the command for your operating system:
- Windows:
dosbox -c Tetris
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c Tetris
- Windows: