A minecraft-like game written in python, in the early stage of development.
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>
- Support i18n
- A simple 3D scene