基本信息
源码名称:python turtle 跳房子
源码大小:1.01KB
文件格式:.rar
开发语言:Python
更新时间:2020-05-31
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
turtle实现了一个跳房子游戏
每次才对就会增加难度
一共十关
有些不应该输出的东西(海龟的坐标,正确答案等等。。。)
turtle不用安装,直接就有(也就是标准库)。
for i in range(4): t.up() t.fd(100) t.rt(90) t.down() t.end_fill() goto2(0,0-(100*aj)) color = random.randint(0, 255), random.randint(0, 255), random.randint(0, 255) t.color('black',c[random.randint(0,len(c)-1)]) t.begin_fill() for ik in range(4): t.up() t.fd(100) t.rt(90) t.down() t.end_fill() li.append([-50,-50-(aj*100)]) li.append([50,-50-(aj*100)]) aj =1 goto2(-20,-90-((aj-1)*100)) t.write(str(qw) ' ' str(qw 1)) t.ht() qw =2 print(qw) for v in range(x 3): a=random.randint(0,qw-2) d.append(a) s =str(a 1) y.up() y.ht() y.goto(li[a][0],li[a][1]) y.down() y.st() ti.sleep(0.1) print(li) print('正确答案为%s'%s) xc=input('请输入海龟分别跳到了哪几个格子:')