# Minecraft-old **Repository Path**: zifanwang/minecraft-old ## Basic Information - **Project Name**: Minecraft-old - **Description**: 用Python做的简单Minecraft我的世界 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # 用Python做的简单Minecraft我的世界 基于https://github.com/fogleman/Minecraft 从我的个人网站上下载: https://zifan.site/down/files/13/ ## 怎么运行 ```shell pip install pyglet git clone https://github.com/zifan-wang/Minecraft.git cd Minecraft python main.py ``` ## 怎么玩 ### 移动 - W: 向前走 - A: 向左走 - S: 向后走 - D: 向右走 - R: 开启/关闭跑步模式 - ESC/E:释放鼠标 - Space: 跳跃 - Tab: 改变模式(飞行或走路) ### 方块 1. 草方块 2. 土块 3. 石头 4. 沙子 5. 木头 6. 砖头 7. 南瓜 8. 西瓜 9. TNT 左击挖掉方块,右击放置方块 鼠标对着TNT左击即可爆炸