https://github.com/maheshpaulj/tetris-pygame
This is a recreation of the game Tetris in Python using Pygame library!
https://github.com/maheshpaulj/tetris-pygame
pygame-games tetris-clone
Last synced: 3 months ago
JSON representation
This is a recreation of the game Tetris in Python using Pygame library!
- Host: GitHub
- URL: https://github.com/maheshpaulj/tetris-pygame
- Owner: maheshpaulj
- Created: 2023-06-20T05:17:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T06:58:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T16:57:50.768Z (5 months ago)
- Topics: pygame-games, tetris-clone
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris - Pygame
This is a recreation of the game Tetris in Python using Pygame library!
# Screenshots

# Installation
There are 2 ways, you can try this game yourself:
- download the latest release version of this repo
- clone this repo and run the main.py( you need to have Python and Pygame installed)## Usage
Arrow keys are used to move the Tetris Pieces:⬆️ - rotates the piece
⬅️ - moves the piece left by a block
➡️ - moves the piece right by a block
⬇️ - move the piece down by a block
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## References
https://www.techwithtim.net/tutorials/game-development-with-python/tetris-pygame/tutorial-1