资源简介
代码片段和文件信息
from Tkinter import *
from tkMessageBox import *
class Game:
def __init__(self):
self.A=[]
self.B=[]
self.record=set()
self.recor=set()
self.rec=self.record|self.recor
self.root=Tk()
self.root.geometry(“180x250“)
self.root.title(“Wu Zi Qi Game“)
self.r=Canvas(self.rootwidth=180height=210bg=“purple“)
pic=PhotoImage(file=“beijing.gif“)
self.r.create_image(90100image=pic)
self.r.place(x=0y=15)
Label(self.roottext=“***Wu Zi Qi Game***“fg=“red“).place(x=20y=0)
Button(self.roottext=“start“command=self.start).place(x=30y=230)
Button(self.roottext=“quit “command=self.root.destroy).place(x=100y=230)
self.r.mainloop()
def start(s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4842 2014-12-29 23:19 Python大作业之五子棋游戏\7.py
文件 70378 2014-12-22 21:52 Python大作业之五子棋游戏\beijing.gif
文件 47616 2015-01-01 19:18 Python大作业之五子棋游戏\Python 大作业.doc
目录 0 2015-01-01 19:18 Python大作业之五子棋游戏
----------- --------- ---------- ----- ----
122836 4
- 上一篇:python微博爬虫(scrapy)
- 下一篇:python 飞机大战 游戏源码
相关资源
- python一个打砖块的小游戏
- 贪吃蛇游戏
- 学员管理系统源码
- 通过GUI页面实现猜数游戏
- 唐僧大战白骨精(源码)
- python实现 图书管理系统源码
- python推箱子 游戏素材
- python批量图片(pysnooper)
- Python开发的24点游戏
- python 贪吃蛇 游戏
- python 贪吃蛇 小游戏源码
- 五子棋游戏源码(python实现)
- Pygame游戏源代码:中国象棋
- CPU指定进程监测工具含源码
- 《Python Qt GUI快速编程 PyQt编程指南》
- python制作象棋程序源码(pygame)
- pyqt5俄罗斯方块 源码
- pyqt5图书管理系统源码+安装说明+数据
- python双人五子棋 游戏原码
- 深度学习算法实践源码
- python撞击球游戏
- python 整站源码
- python 贪吃蛇小游戏源码
- python 叶子分类器 算法
- python教程:Python核心编程pdf+源码
- python 爬虫(pyspider)
- python 微信机器人 源码
- python 采集指定网址的图片并保存到本
- android 多渠道打包(python)
- python 猜成语游戏
评论
共有 条评论