Simple Colorful Tetris Game project is simply in Python. The project file contains python scripts (matris.py, score.py) and other resource files. This is a GUI based title matching puzzle game which is very easy to understand and use. Talking about the gameplay it’s all same as the real one. The user has to manage the random sequence of Terminus.
About Simple Colorful Tetris Game In Python
After starting the game, the player has to move each one sideways and rotate quarter-turns to form a solid horizontal line without leaving gaps. It disappears whenever such lines are formed. The user can only enter to next level if they cross the specific number by the game rules. As the game progresses, the Tetraamines falls faster and faster. As a result, the game ends when the stack of Tetraamines reaches to the top of the field and no new Tetraamines are able to enter.
How to run Simple Colorful Tetris Game In Python ?
In order to run the project, you must have installed Python and Pygame on your PC. This is a 2D GUI Based game written for the beginners.