# ptetris **Repository Path**: zhoutk/ptetris ## Basic Information - **Project Name**: ptetris - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-24 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PTetris PTetris is a realization of Tetris game use python. ### 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游戏》](https://segmentfault.com/a/1190000040121026)