/minecraft

A Minecraft-like game written in python3

Primary LanguagePythonGNU General Public License v3.0GPL-3.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:

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

Short-term Goal

  • Support i18n
  • A simple 3D scene