Terminal-based clone of the Tetris' NES version.
- Go to the releases page
- Chose a release (prefer the latest)
- Follow the guide of the release you chose
- Everything is in english ๐ฌ๐ง (except maybe some
TODO
in the code that are in french)
- Tertris uses the curses library for Python 3 to print it interface, so it can only run in Unix-based OS ๐ง๐
- Tertris is still in progress, so a lot of features (such as level counting) may not being implemented, but it is playable ๐ฎ
- The official Tetris website
- The Tetris' guideline that I will try to follow (this is only partially the case now)
- The curses' how to use guide I used
- The official GitHub page of Tertris