An open API service indexing awesome lists of open source software.

https://github.com/rudrakshi99/tetris-game

It is a tile-matching game๐ŸŽฎ created using pygame ๐Ÿ.
https://github.com/rudrakshi99/tetris-game

game pygame python tetris-game

Last synced: about 2 months ago
JSON representation

It is a tile-matching game๐ŸŽฎ created using pygame ๐Ÿ.

Awesome Lists containing this project

README

        

# Tetris-Game

It is a game ๐ŸŽฎ that used seven distinctive geometric playing pieces, each made up of four squares.

## How to run

- Open cmd/terminal

- Navigate to your workspace

- Then type in: ``git clone https://github.com/rudrakshi99/Tetris-Game.git``

- Download the music๐ŸŽถ file of the game in the same folder from [here](https://drive.google.com/file/d/1gUyr5-4b8RzUS29N5cCjkyhx_YKsTr5u/view?usp=sharing).

- Run the Python file and enjoy the game ๐ŸŽ‰.

## How to play

The **Tetris playing** field is a 10x20 grid. Your goal is to continually stack tetrominoes and clear lines as long as you can. To do that, you need to fill an entire line horizontally with blocks, causing those lines to disappear and giving you more space to stack.

If you run out of space and can no longer place any more tetrominoes, you top out and the game is over.

To play longer and get higher scores, you need to creatively stack your blocks and remove as many lines as possible with each piece you lay down.

## Demo
Demo Video