Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
Click on the thumbnail below to watch the introduction video:
Here is the setup video for Windows 10:
and for Debian-based Linux distros:
The pyglet
module is a necessary dependency for all episodes, and the nbtlib
and base36
modules are necessary dependencies for all episodes starting with 11. You can install them with PIP by issuing:
$ pip install --user pyglet nbtlib base36
Run the following command in the directory of any episode to run the result from that episode:
$ python3 main.py
- Nim implementation: https://github.com/phargobikcin/nim-minecraft-clone
- Java implementation: https://github.com/StartForKillerMC/JavaMinecraft
- C++ implementation: https://github.com/Jukitsu/CppMinecraft-clone
- Lighting test: https://github.com/Jukitsu/python-minecraft-clone-ep10-lighting