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 base36Run 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


