Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 868 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 868 Bytes

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