Tetranglix by shikhin
1. Links
2. Summary
- Programming language: Assembly
- Main size: 446 B
- Extra size: 66 B
- Total size: 512 B
- Feature count: 8
- Bytes per feature: 56 B
3. Controls
3.1. Game
- F16: pause (DOSBox only)
- ↑: rotate clockwise
- ←: move left
- →: move right
3.2. Pause screen (DOSBox only)
4. Features
- 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
5. Bugs
- Not all tetromioes are drawn
- The game can’t keep up with keyboard input
- If you die by rotating the screen isn’t updated
6. How to play
After downloading the archive, the program can be run in one of these 2 ways:
6.1. QEMU
- Download QEMU
- Run the following command, replacing
/path/to/tetranglix.img
:
qemu-system-x86_64 -drive format=raw,file=/path/to/tetranglix.img
6.2. DOSBox
- 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"