minecraft icon indicating copy to clipboard operation
minecraft copied to clipboard

A Minecraft-like game written in python3

Minecraft in python

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

用Python编写开源的Minecraft!

如同上述的标语所示,我们致力于创造一个类似于Minecraft的游戏。它是完全免费的。

访问官网了解更多。

游玩这个游戏

非常简单,你只需要输入如下命令:

git clone https://github.com/Minecraft-in-python/Minecraft
cd Minecraft
./install.py
python3 -m minecraft

好了,很简单吧。

目标

下面这个列表展示了将要在这个游戏中实现的一些特性:

  • [x] 代码库正在重写中,故现在的目标是完成代码库的重写和优化
  • [ ] ...

当然,我们绝对不会止步于此,这个列表会不断更新。

向我们提交更改

如果您看到了代码的那里有错误或想到了什么好点子,千万不要吝啬, 您可以创建Issue或者Pull Request。