Skip to content

Kr1s7on/IsThisTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsThisTetris

Pygame License

IsThisTetris is a simple implementation of the classic Tetris game using Python and Pygame. (It's BnW on purpose)

Game Demo

Controls

Standard controls

Left Arrow  - Move left
Right Arrow - Move right
Down Arrow  - Move down (faster drop)
Up Arrow    - Rotate clockwise
C Key       - Hold current for later use

Scoring

Earn points for each line cleared. More points are awarded for clearing multiple lines simultaneously.

Play

  1. You need pygame installed:

    pip install pygame
  2. Run the game on your terminal:

    python3 IsThisTetris.py