Skip to content

shkolovy/tetris-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages