├── LICENSE ├── block.py ├── clock.py ├── effect.py ├── env.py ├── freeglut.dll ├── magic.py ├── net_client.py ├── net_server.py ├── obj ├── arrow.mtl ├── arrow.obj ├── ball.mtl └── ball.obj ├── particle.py ├── pythongl.py ├── readme.md ├── skybox.py ├── texture.py ├── texture ├── 48035702.png └── 全纹理.png ├── tool.py ├── unit.py ├── vec.py ├── world.py ├── 世界.cpp ├── 世界.dll ├── 世界32.dll ├── 单机.py ├── 图 ├── 动图.webp ├── 图.jpg ├── 圖標.ico └── 球.png ├── 地形.py ├── 块缓冲.py ├── 客户端.py ├── 客户端物品栏.py ├── 情形.py ├── 服务主机.py ├── 物品.py ├── 物品栏.py ├── 自动.py ├── 装备图 ├── TNT.png ├── bow.jpg ├── 叶.png ├── 土.png ├── 树干.png ├── 橡木板.png ├── 沙.png ├── 沙砾.png ├── 石.png ├── 石台阶.png ├── 石砖.png ├── 砖.png ├── 红石.png ├── 草.png ├── 金块.png ├── 钻石.png └── 雪块.png ├── 配置.py └── 配置 └── 配置.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/LICENSE -------------------------------------------------------------------------------- /block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/block.py -------------------------------------------------------------------------------- /clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/clock.py -------------------------------------------------------------------------------- /effect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/effect.py -------------------------------------------------------------------------------- /env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/env.py -------------------------------------------------------------------------------- /freeglut.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/freeglut.dll -------------------------------------------------------------------------------- /magic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/magic.py -------------------------------------------------------------------------------- /net_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/net_client.py -------------------------------------------------------------------------------- /net_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/net_server.py -------------------------------------------------------------------------------- /obj/arrow.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/obj/arrow.mtl -------------------------------------------------------------------------------- /obj/arrow.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/obj/arrow.obj -------------------------------------------------------------------------------- /obj/ball.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/obj/ball.mtl -------------------------------------------------------------------------------- /obj/ball.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/obj/ball.obj -------------------------------------------------------------------------------- /particle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/particle.py -------------------------------------------------------------------------------- /pythongl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/pythongl.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/readme.md -------------------------------------------------------------------------------- /skybox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/skybox.py -------------------------------------------------------------------------------- /texture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/texture.py -------------------------------------------------------------------------------- /texture/48035702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/texture/48035702.png -------------------------------------------------------------------------------- /texture/全纹理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/texture/全纹理.png -------------------------------------------------------------------------------- /tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/tool.py -------------------------------------------------------------------------------- /unit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/unit.py -------------------------------------------------------------------------------- /vec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/vec.py -------------------------------------------------------------------------------- /world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/world.py -------------------------------------------------------------------------------- /世界.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/世界.cpp -------------------------------------------------------------------------------- /世界.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/世界.dll -------------------------------------------------------------------------------- /世界32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/世界32.dll -------------------------------------------------------------------------------- /单机.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/单机.py -------------------------------------------------------------------------------- /图/动图.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/图/动图.webp -------------------------------------------------------------------------------- /图/图.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/图/图.jpg -------------------------------------------------------------------------------- /图/圖標.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/图/圖標.ico -------------------------------------------------------------------------------- /图/球.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/图/球.png -------------------------------------------------------------------------------- /地形.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/地形.py -------------------------------------------------------------------------------- /块缓冲.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/块缓冲.py -------------------------------------------------------------------------------- /客户端.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/客户端.py -------------------------------------------------------------------------------- /客户端物品栏.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/客户端物品栏.py -------------------------------------------------------------------------------- /情形.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/情形.py -------------------------------------------------------------------------------- /服务主机.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/服务主机.py -------------------------------------------------------------------------------- /物品.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/物品.py -------------------------------------------------------------------------------- /物品栏.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/物品栏.py -------------------------------------------------------------------------------- /自动.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/自动.py -------------------------------------------------------------------------------- /装备图/TNT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/TNT.png -------------------------------------------------------------------------------- /装备图/bow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/bow.jpg -------------------------------------------------------------------------------- /装备图/叶.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/叶.png -------------------------------------------------------------------------------- /装备图/土.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/土.png -------------------------------------------------------------------------------- /装备图/树干.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/树干.png -------------------------------------------------------------------------------- /装备图/橡木板.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/橡木板.png -------------------------------------------------------------------------------- /装备图/沙.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/沙.png -------------------------------------------------------------------------------- /装备图/沙砾.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/沙砾.png -------------------------------------------------------------------------------- /装备图/石.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/石.png -------------------------------------------------------------------------------- /装备图/石台阶.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/石台阶.png -------------------------------------------------------------------------------- /装备图/石砖.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/石砖.png -------------------------------------------------------------------------------- /装备图/砖.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/砖.png -------------------------------------------------------------------------------- /装备图/红石.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/红石.png -------------------------------------------------------------------------------- /装备图/草.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/草.png -------------------------------------------------------------------------------- /装备图/金块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/金块.png -------------------------------------------------------------------------------- /装备图/钻石.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/钻石.png -------------------------------------------------------------------------------- /装备图/雪块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/装备图/雪块.png -------------------------------------------------------------------------------- /配置.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/配置.py -------------------------------------------------------------------------------- /配置/配置.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimoChan/minecraft/HEAD/配置/配置.yaml --------------------------------------------------------------------------------