Navigation Menu

Skip to content

nickmpaz/tiny-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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

Note: If you are using Windows, you most likely need to install windows-curses for compatibility:

pip install windows-curses

Controls

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

Acknowledgements

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages