- Programming language: Assembly
- Main size: 251 B
- Extra size: 0 B
- Total size: 251 B
- Feature count: 7
- Bytes per feature: 36 B
- F16: pause
- J: move left
- K: rotate counterclockwise
- L: move right
- Any Key: unpause
- All tetrominoes
- Game over detection
- Gravity
- Horizontal movement
- Line clearing
- Pause: pause emulation
- Rotation
- Speed is cpu dependent
After downloading the archive, the program can be run in one of these 2 ways:
- Download QEMU
- Run the following command, replacing
/path/to/tinytris.img
:qemu-system-x86_64 -drive format=raw,file=/path/to/tinytris.img
- Move
tinytris.com
to~/dosgames
- Download DOSBox
- Setup AUTOEXEC
- Run the command for your operating system:
- Windows:
dosbox -c tinytris
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c tinytris
- Windows: