- Programming language: Assembly
- Main size: 446 B
- Extra size: 66 B
- Total size: 512 B
- Feature count: 10
- Bytes per feature: 45 B
- F16: pause (DOSBox only)
- ↑: rotate counterclockwise
- ←: move left
- →: move right
- Any Key: hard drop
- Any Key: unpause
- All tetrominoes
- Colored pieces
- Drop: hard drop, piece falls at maximum speed
- Game over detection
- Gravity
- Horizontal movement
- Line clearing
- No bugs
- Pause: pause emulation (emulator only)
- Rotation
After downloading the archive, the program can be run in one of these 3 ways:
- Download QEMU
- Run the following command, replacing
/path/to/tetros.img
:qemu-system-x86_64 -drive format=raw,file=/path/to/tetros.img
- Download DOSBox
- Run the command for your operating system, replacing
/path/to/tetros.img
:- Windows:
dosbox -c "BOOT /path/to/tetros.img"
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c "BOOT /path/to/tetros.img"
- Windows:
For ASUS laptops, follow this tutorial first.
- Get an empty USB stick and insert it
- Download Rufus
- Open Rufus
- Select USB stick
- Set Boot selection to
Disk or ISO image
- Select
tetros.img
- START
- Restart PC
- Tap Esc until the boot menu appears
- Select USB stick
- Press ↵ Enter