项目作者: Minecraft-in-python

项目描述 :
A Minecraft-like game written in python3
高级语言: Python
项目地址: git://github.com/Minecraft-in-python/Minecraft.git
创建时间: 2020-08-07T02:15:41Z
项目社区:https://github.com/Minecraft-in-python/Minecraft

开源协议:GNU General Public License v3.0

下载


Minecraftpy

A minecraft-like game written in python, in the early stage of development.

Play It

Typing the following lines of commands to play the game:

  1. # Create a venv environment is a good choice!
  2. python -m venv .
  3. source bin/activate
  4. # Then run the game.
  5. ./bin/pip install -r requirements.txt
  6. python -m minecraft --player <name>:<uuid>

Short-term Goal

  • Support i18n
  • A simple 3D scene