Skip to content

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.

License

Notifications You must be signed in to change notification settings

abdulAttya/python-minecraft-clone

 
 

Repository files navigation

python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.

Introduction

Click on the thumbnail below to watch the introduction video:

Introduction

Prerequisites

Here is the setup video for Windows 10:

Setup: Windows 10

and for Debian-based Linux distros:

Setup: Linux

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

Running

Run the following command in the directory of any episode to run the result from that episode:

$ python3 main.py

List of projects based on this

About

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • GLSL 3.2%