This is a tetromino game that also has a 1x1 piece added to it. The goal is to earn points by filling up rows with blocks. When the screen fills up with too many blocks, the game ends.
This project requires Python 3
and pygame
.
So get python,
and install pygame once you have python.
To install pygame with python:
python -m pip install pygame
To run the game:
python main.py
Note: these are also listed in the game itself
- Up Arrow Key -> Rotate piece clockwise
- Left, Right, & Down Arrow Keys -> Move piece in corresponding direction
- Space -> Drop piece to bottom
- Escape -> Quit
Archived 2020-05-14.