Skip to content

bofeiw/Tetris-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff1a5c5 · Apr 30, 2023

History

23 Commits
Oct 6, 2022
Oct 6, 2022
Oct 21, 2018
Jun 30, 2019
Mar 30, 2019
Jun 16, 2018
Jun 16, 2018
Jun 9, 2018
Jun 16, 2018
Apr 3, 2021
Jun 16, 2018
Oct 6, 2022
Jun 16, 2018

Repository files navigation

Tetris in Python

This is a simple Tetris game based on python3 with pygame.

How to play?

  1. Download all python files and store them to one folder.
  2. Open main.py to start play.

How to control?

Left and right to move, up to rotate, down to quick drop, space to hard drop.

Contribution

Everyone is welcome to contribute on this.

Test

Tested with python 3.6.3 and pygame 1.9.3, and auto-pygame-download part is tested under pip 9.

Related Projects