Skip to content

FRM95/Tetris-PyGame

Repository files navigation

PyGame Tetris Game

Welcome everyone to my very first game, written entirely in Python 3.11.5. After completing the Tetris technical interview solution, I decided to make a complete Tetris to face a new challenge.

This project was made with the PyGame library, go and check them for more! Such a beautiful way to make games in Python, thanks to the PyGame Team and contributors.

I also want to thank @programmingwithnick for giving me some ideas during this process.

How to play:

  1. Install dependencies in requirements.txt
  2. Run main.py file
  3. Pieces movement with keyboard keys: "S" (down), "D" (right), "A" (left), and "SPACE" (rotation).

Game example:

pygame_tetris

About

Tetris game created with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages