Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 859 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 859 Bytes

It's Raining Bricks

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.

gameplay screenshot

Quick start

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

Controls

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.