This is a Minecraft version I built using OpenGL and Python. I used C bindings using ctypes
in order to make my code applicable to as many languages possible (and to challenge myself).
To be quite honest, I don't know why any sane person would install this, but if you would like to, here is how:
- Clone the repository
git clone git@github.com:atomisadev/minecraft-python-edition.git ./
- If you haven't already,
cd
into the directory. The command above creates it in the directory you're currently in, so no need to. - Install the dependencies
pip install --user pyglet nbtlib base36 pyglm
- Run the code.
cd
into the main directory including all the files, and run the following command.
python3 main.py
- It will launch a window with the "game."
Coming soon (once I'm done making it)
No sane person would contribute to this repository, and I don't think you should either.