Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 567 Bytes

Tetris-in-PyQt5

Basic tetris game in PyQt5

Classic Tetris game. The goal was to make a classic Tetris game with different classes as a test op OOP in python The goal was not create a beautiful GUI, therefore the GUI can be improved a lot.

Todo: *Improve GUI *Improve scoring system (now point are given for each piece and each row, we can improve this for example to give more points when several lines are full at once) *Add an extra column with the score, number of lines, level, etc. This data is now displayed in the status bar *Add preview of next piece *...