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 *...