Go to file
Can202 4e97f2dead pyinstaller 2021-06-26 21:01:21 -04:00
export pyinstaller 2021-06-26 21:01:21 -04:00
screenshots things 2021-05-28 22:08:05 -04:00
.gitignore save best score, fix bugs 2017-07-01 16:30:47 +01:00
README.md readme 2017-07-05 01:57:21 +01:00
board.py refactoring, bug fix, optimization 2017-07-01 22:40:10 +01:00
init.py change name 2021-05-27 17:28:15 -04:00

README.md

Tetris in terminal

Classic version of tile-matching puzzle video game made in Python3 and courses

ScreenShot

Controls

  • Move - ← ↓ →
  • Drop - Space
  • Rotate - ↑
  • Pause - p
  • Quit - q
  • New Game - Enter

Points

  • 5 for each new block
  • 100 for each burnt line
  • best score saved in file best_score

Levels

  • each 10 burnt lines speed will be increased

Play on mac

build it PyInstaller tetris.py --onefile and add path to the .bash_profile

export PATH="/Users/your_name/tetris-terminal:$PATH"

type in terminal and play :) >tetris