GitHunt
MI

minecraft-py/minecraft

A Minecraft-like game written in python3

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

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created August 7, 2020
Updated January 11, 2026
minecraft-py/minecraft | GitHunt