- Programming language: Assembly
- Main size: 446 B
- Extra size: 66 B
- Total size: 512 B
- Feature count: 8
- Bytes per feature: 56 B
- F16: pause (DOSBox only)
- ↑: rotate clockwise
- ←: move left
- →: move right
- Any Key: unpause
- Game over detection
- Gravity
- Horizontal movement
- Line clearing
- Line clear points:
- Single: 64
- Double: 128
- Triple: 192
- Pause: pause emulation
- Rotation
- Survival time points:
1 * frame
- Not all tetromioes are drawn
- The game can't keep up with keyboard input
- If you die by rotating the screen isn't updated
After downloading the archive, the program can be run in one of these 2 ways:
- Download QEMU
- Run the following command, replacing
/path/to/tetranglix.img
:qemu-system-x86_64 -drive format=raw,file=/path/to/tetranglix.img
- Download DOSBox
- Run the command for your operating system, replacing
/path/to/tetranglix.img
:- Windows:
dosbox -c "BOOT /path/to/tetranglix.img"
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c "BOOT /path/to/tetranglix.img"
- Windows: