infibrocco / Minecraft

A Minecraft-like game written in python3

Home Page:https://Minecraft-in-python.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft

Join the chat at https://gitter.im/Minecraft-in-python/community

用 python 做开源的 Minecraft, 官网.

游玩

要游玩 Minecraft, 请先在类 UNIX 的终端输入:

# Github 服务器
git clone https://github.com/Minecraft-in-python/Minecraft
# Gitee 服务器
git clone https://gitee.com/Minecraft-in-python/Minecraft
cd Minecraft
./install.py

最终目标

下面这个 TODO 列表是 Minecraft 要实现的功能:

  • 控制角色
  • 更多方块
  • 与方块交互
  • 世界生成
  • 随机世界生成
  • 简陋的存档选择器
  • i18n(部分语言)
  • 保存用户对世界的更改
  • 更多地形
  • 区块系统
  • 使用E键打开物品栏
  • ...

About

A Minecraft-like game written in python3

https://Minecraft-in-python.github.io

License:GNU General Public License v3.0


Languages

Language:Python 90.1%Language:Tcl 9.9%