[分享]純python3手寫Tetris(俄羅斯方塊)遊戲

zhoutk發表於2021-06-04

專案簡介

純python3程式碼,UI介面使用內建庫tkinter,手寫Tetris(俄羅斯方塊)遊戲,第一步完成,實現功能手動遊戲,可以暫停。
下一步計劃:

  • 為資料查詢封裝json,實現ORM
  • 封裝通用資料庫操作,首先使用sqlit3來儲存運算元據
  • 儲存歷史資料,實現遊戲回放
  • 簡單AI
  • 機器學習,改進AI

專案地址

https://gitee.com/zhoutk/ptetris

執行方法

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

相關專案

已經實現了C++版,專案地址:

https://gitee.com/zhoutk/qtetris
本作品採用《CC 協議》,轉載必須註明作者和本文連結
zhoutk@189.cn

相關文章