A command line tetris game you (or an AI!) can play in your terminal!
git clone https://github.com/alexandrinaw/tetris.git
cd tetris
python tetris/game.py
up arrow
: rotates piecedown arrow
: makes currently falling piece fall fasterright arrow
: makes currently falling piece move rightleft arrow
: makes currently falling piece move leftenter
: makes currently falling piece fall all the way to the bottomp
: pauses the gameq
: quits the game and exits
python ai.py