Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.62 KB

README.md

File metadata and controls

71 lines (52 loc) · 1.62 KB

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

  • Any Key: unpause

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