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.
- install python3, git
- git clone https://gitee.com/zhoutk/ptetris (or download and unzip source code)
- cd ptetris
- python3 tetris
This project surpport windows, linux, macOs
on linux, you must install tkinter first, use this command:
sudo apt install python3-tk