Skip to content

Tulip4attoo/tetris_python

Repository files navigation

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

About

my implementation of Tetris game in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages