Go to file
Artem 130bae9c2b readme 2017-07-05 01:57:21 +01:00
screenshots fix bugs, add screenshot 2017-07-02 10:33:38 +01: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
tetris add redraw on resize hack, add binary file for mac 2017-07-05 01:43:57 +01:00
tetris.py add redraw on resize hack, add binary file for mac 2017-07-05 01:43:57 +01: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