- Programming language: Assembly
- Main size: 2,0 KB
- Extra size: 0 B
- Total size: 2,0 KB
- Feature count: 21
- Bytes per feature: 98 B
usage: TETRIS [options]
options:
-l N: starting level (1-17) [default: 1]
-p: show piece preview
- F16: pause
- Page Up: skip level
- P: toggle piece preview
- ↑: rotate counterclockwise
- ←: move left
- ↓: hard drop
- →: move right
- Any Key: unpause
- Y: retry
- N: quit
- All tetrominoes
- Colored pieces
- Drop: hard drop
- Drop points:
fall_height / 2 * level
- Faster levels:
speed = min(level, 17)
- Game over detection
- Game over screen: game over text
- Gravity
- Horizontal movement
- Level score multiplier
- Level selection: start from level 1 - 17
- Line clearing
- No bugs
- Pause: pause emulation
- Piece preview: single piece
- Piece preview selection: piece preview or not
- Placement points:
- With piece preview:
1 * level
- Without piece preview:
2 * level
- With piece preview:
- Retry
- Rotation
- Skip level
- Toggleable piece preview
- Because beating the default high score before the kill screen isn't possible, it isn't counted as a feature
- Download the archive
- Download DOSBox
- Move
TETRIS.COM
to~/dosgames
- Setup AUTOEXEC
- Run the command for your operating system, with optional command line arguments:
- Windows:
dosbox -c "TETRIS [options]"
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c "TETRIS [options]"
- Windows: