Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 558 Bytes

Python Tetris in terminal

A tetris version coded by Python3. I use numpy and curses as the main packages. Of course you can change from numpy to just python list easily.


Demo game

Controls

  • Move - a s d
  • Rotate - w

Running

To start playing, just type:

python main.py

Requirements

numpy==1.17.1

Todo

  • update graphic of the game
  • add score board
  • speed increasing through the game
  • create a bot to play the game