Skip to content

minecraft-py/minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
pip install -r requirments.txt
python -m minecraft --player <name>:<uuid>

Short-term Goal

  • Support i18n
  • A simple 3D scene