Skip to content

ihalseide/brick-rain

Repository files navigation

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.

About

My tetromino game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages