python-minecraft-clone icon indicating copy to clipboard operation
python-minecraft-clone copied to clipboard

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

Results 23 python-minecraft-clone issues
Sort by recently updated
recently updated
newest added

Fix transparent values and window closing (already in master) + Lighting now affect mobs Beta 1.8 Moonlight still looks weird on mobs but im too lazy to write 2 more...

enhancement

Replacement of #61 Currently there is a menu screen but it is not functional yet. The UI is made with PyImGUI. I will add an image of the menu tomorrow....

I am using a Raspberry Pi and running Pyglet 2.0.7, Python 3.9. When I run main.py, I am given the error "pyglet.gl.ContextException: Could not create GL context". I saw something...

bug

![image](https://github.com/obiwac/python-minecraft-clone/assets/11079650/645afff1-373d-4ed5-a64f-9f3bc216e598)

bug

- added a return case if the block is surrounded by 8 full blocks - (revert) ~~changed it to be parallelized with Thread Pooling~~ (which I gave up because the...

I think it would be cool but it could be very slow. Here is a c++ implementation: [Minecraft at Home](https://github.com/minecrafthome/minecraft-beta-alpha-terrain-generation-cpp)

suggestion

So people don't have to look through the code if they don't feel like it.

enhancement

Hi `obiwac/python-minecraft-clone`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

enhancement

i got this error Traceback (most recent call last): File "main.py", line 16, in import shader File "C:\Users\Desktop\minecraft-python\shader.py", line 4, in import glm ImportError: DLL load failed while importing glm:...

halp

I have improved world generation by adding 2D perlin noise for hills and lakes with trees as well as 3D perlin noise for good looking spacious caves which have lava...