tetris4karchive

Tinytris by Pellsson

2. Summary

3. Controls

3.1. Game

3.2. Pause screen

4. Features

  1. All tetrominoes
  2. Game over detection
  3. Gravity
  4. Horizontal movement
  5. Line clearing
  6. Pause: pause emulation
  7. Rotation

5. Bugs

  1. 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

  1. Download QEMU
  2. Run the following command, replacing /path/to/tinytris.img:
     qemu-system-x86_64 -drive format=raw,file=/path/to/tinytris.img
    

6.2. DOSBox

  1. Move tinytris.com to ~/dosgames
  2. Download DOSBox
  3. Setup AUTOEXEC
  4. Run the command for your operating system:
    • Windows:
        dosbox -c tinytris
      
    • MacOS:
        /Applications/dosbox.app/Contents/MacOS/DOSBox -c tinytris