Tinytris by Pellsson
1. Links
2. Summary
- Programming language: Assembly
- Main size: 251 B
- Extra size: 0 B
- Total size: 251 B
- Feature count: 7
- Bytes per feature: 36 B
3. Controls
3.1. Game
- F16: pause
- J: move left
- K: rotate counterclockwise
- L: move right
3.2. Pause screen
4. Features
- All tetrominoes
- Game over detection
- Gravity
- Horizontal movement
- Line clearing
- Pause: pause emulation
- Rotation
5. Bugs
- Speed is cpu dependent
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/tinytris.img
:
qemu-system-x86_64 -drive format=raw,file=/path/to/tinytris.img
6.2. DOSBox
- Move
tinytris.com
to ~/dosgames
- Download DOSBox
- Setup AUTOEXEC
- Run the command for your operating system:
- Windows:
- MacOS:
/Applications/dosbox.app/Contents/MacOS/DOSBox -c tinytris