A cyberpunk-themed Tetris game with vibrant neon aesthetics, built using Python and Pygame.
- Dazzling neon color scheme
- Particle effects for line clears
- Dynamic scoreboard with high score tracking
- Progressive difficulty levels
- Cyberpunk-inspired visuals and sound effects
- Pause/Resume functionality
-
Clone the repo:
git clone https://github.com/JoeBuydemDips/tetris.git
-
Install dependencies:
pip install pygame
-
Run the game:
python main.py
Stack the falling tetrominoes to create complete horizontal lines. Clear lines to score points and prevent the stack from reaching the top of the screen.
- ←/→: Move left/right
- ↓: Soft drop
- ↑: Rotate piece
- Space: Pause/Resume
main.py
: Game entry pointgame.py
: Core game logictetromino.py
: Tetromino piece definitionsparticle.py
: Special effects systemconstants.py
: Game constants and colors
- Dynamic Difficulty: Speed increases as you level up
- Particle System: Enjoy a burst of particles with each line clear
- Pause Functionality: Take a break without losing your progress
Contributions are welcome! Feel free to submit issues or pull requests.
This project is open source, available under the MIT License.