Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 414 Bytes

File metadata and controls

14 lines (11 loc) · 414 Bytes

GENERAL INFO

This python project contains implementation of easy Tetris game. Full game code is in PythonBlockDrop.py file. To start game run PythonBlockDrop.py file.

HOW TO PLAY

Play game with keyboard. Follow instructions written on game window. To move blocks use arrows from keyboard: up arrow - block rotation, down arrow - speed up, left arrow - move block to left, right arrow - move block to right.