Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 625 Bytes

Tetris

Basic Tetris recreation in Python, primarily meant for practice and familiarity with the language.

Features

  • Basic Tetris Gameplay
  • SRS Rotation System
  • Next Piece Preview
  • Configurable Grid Size
  • Modular Themes
  • Automatic resizing of game when window is resized
  • Music / Sound Effects
  • Scoring
  • Hold Piece

Controls

  • Move Tetrimino: Left / Right
  • Hard Drop / Soft Drop: Up / Down
  • Rotate Clockwise: X
  • Rotate Counter-Clockwise: Z
  • Hold Piece: Shift
  • Pause: Space
  • Restart: R

Image