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 ๐.
- Host: GitHub
- URL: https://github.com/rudrakshi99/tetris-game
- Owner: rudrakshi99
- Created: 2020-06-24T06:09:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:06:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T18:53:23.700Z (4 months ago)
- Topics: game, pygame, python, tetris-game
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.