Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 578 Bytes

PTetris

PTetris is a realization of Tetris game use python. It's can be played manual and auto. The manual play mode and auto play mode can be changed by a checkbox at any time.

run method

  1. install python3, git
  2. git clone https://gitee.com/zhoutk/ptetris (or download and unzip source code)
  3. cd ptetris
  4. python3 tetris

This project surpport windows, linux, macOs

on linux, you must install tkinter first, use this command:
sudo apt install python3-tk

about the topic

《Python3编程实战Tetris游戏》