搜索资源列表
mines
- 利用python中的pygame模块编写的扫雷程序,采用了面向对象的设计方式,对数据有很好的封装,可以作为学习参考。-Mine clearance program written in python pygame module, object-oriented design, the data have a good package, can be used as a reference.
Hammurabi.py
- 这是一款名为汉莫拉比的益智类小游戏,使用python编写,供大家交流参考。-This is called Hammurabi, and is a puzzle game, use python to write for the exchange of information.
TicTacToeWithGUI
- python写的带GUI的井字棋游戏,仅供参考-python game
2048
- 之前用wxPython写的一个2048小游戏。代码简单易懂,所以放上来供大家参考。注意:测试代码前请先安装python和wxPython。-2048 game written with wxPython.