Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 279 Bytes

Tetris

It's a simple Tetris game written by wxPython

You have to install python and wxPython first. For more information about wxPython, find here https://wxpython.org/

Control Method:

W : rotate

A : left move

D : right move

S : one line down

Enjoy! :)