minecraft-py / minecraft

A Minecraft-like game written in python3
GNU General Public License v3.0
157 stars 25 forks source link
3d-game game minecraft pyglet 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