好玩的一些网站,上班必备

沙盒模拟器:

sandspiel

沙盒 (r74n.com)

黑客模拟器:

在线黑客模拟器和打字机 |Pranx.com

B站的小游戏:风叶穿行 (bilibili.com)

请画一个小人:趣味互动游戏:请画一个小人 (webhek.com)

花里胡哨:WebGL 流体模拟 (paveldogreat.github.io)

沙雕导航网:鲸落文案 | 沙雕导航网 - 有趣好玩的网址导航 (shadiao.pro)

彩蛋

分叉树很好看的。

import turtle as t
import random as r
t.seth(90)
t.speed(0)
t.pu()
tx = 0
t.goto(tx,-300)
t.pd()
def fc(cd,cen,cx):
    t.colormode(255)
    t.pencolor(102,51,0)
    if cen >= 0:
        t.speed(0)
        t.pensize(cx)
        t.fd(cd)
        t.left(15)
        c = r.randint(10,100)
        fc(c,cen-1,cx-4)
        t.pencolor('pink')
        t.fd(10)
        t.circle(2)
        t.bk(10)
        t.right(30)
        c = r.randint(10, 100)
        fc(c, cen - 1, cx-4)
        t.left(15)
        t.bk(cd)
    t.hideturtle()
fc(60,4,20)
t.pu()
t.fd(100)
t.pd()
fc(60,4,18)
t.pu()
t.fd(100)
t.pd()
fc(60,4,17)
t.pu()
tx += 200
t.goto(tx,-300)
t.pd()
t.mainloop()

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值