TetrOS by Daniel Etzold
1. Links
2. Summary
- Programming language: Assembly
- Main size: 446 B
- Extra size: 66 B
- Total size: 512 B
- Feature count: 10
- Bytes per feature: 45 B
3. Controls
3.1. Game
- F16: pause (DOSBox only)
- ↑: rotate counterclockwise
- ←: move left
- →: move right
- Any Key: hard drop
3.2. Pause screen (DOSBox only)
4. Features
- 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
5. How to play
After downloading the archive, the program can be run in one of these 3 ways:
5.1. QEMU
- Download QEMU
- Run the following command, replacing
/path/to/tetros.img
:
qemu-system-x86_64 -drive format=raw,file=/path/to/tetros.img
5.2. DOSBox
- 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"
5.3. USB stick (Windows only)
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