Old school tetris game in linux terminal
Install:
git clone https://github.com/DUZA-dev/Tetris-in-terminal/
pip3 install -r requirements.txt
Game launch is made:
sudo python3.7 run.py
Control keys:
w, k, arrow up, num arrow up (8)
- coup;
s, j, arrow down, num arrow down (2)
- acceleration of the fall of the figure;
a, h, arrow left, num arrow left (4)
- moving figure to the left;
d, l, arrow right, num arrow right (6)
- moving figure to the right;
Game settings are changed in the file config.py