/tiny-tetris

A Python Tetris implementation that "fits on a business card" (20 lines x 80 characters)

Primary LanguagePythonMIT LicenseMIT

Tiny Tetris

About

A Tetris implementation that "fits on a business card"

Dimensions: 20 lines x 80 characters

Game in progress

Rules and Limitations

  • No encoding
  • Only standard library and curses allowed

Play It!

git clone https://github.com/nickmpaz/tiny-tetris && cd tiny-tetris && python3 tiny-tetris.py

Controls

  • up: rotate
  • left: move left
  • right: move right
  • down: move down
  • ctrl+c: quit

Acknowledgements

Inspired by TinySki https://github.com/KilledByAPixel/TinySki