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

To note: this was originally intended to be episode 13. Now, this will be episode 14, and episode 13 will be about general code cleanup and optimization. Includes: - [x]...

future episode

In the interest of maintaining coherency between episodes, I decided not to do that much refactoring, even when the alternative solution was a little clunkier. Things are becoming a little...

enhancement
planned

Add a + in the middle of screen so that players know where they are looking and where the blocks will appear and what block will be broken when mined

suggestion
planned

When the `Shader` class' `__del__` function is called, an exception occurs: ``` ImportError: sys.meta_path is None, Python is likely shutting down ``` Haven't had the time to investigate this more,...

bug

If you have problem when you using Mac: if the size was only 1/4, like this Python Minecraft Clone(MCPY) All platform Version https://github.com/CrispyFlowe/PythonMinecraftClone-Compatible-with-all-platforms-Version You can try to change like this:...

bug

Trying out a CI workflow with Pylint and my code's apparently a bit shoddy lol

enhancement

When I run ep5 it import the python 3.10+ numbers library instead of importing locally. I am using the unmodified code on windows 10. I have found a possible fix...

suggestion

if we use [quarry](https://github.com/barneygale/quarry), we will be able to join a real minecraft server, when we implement all play mode packets

suggestion

yo bro, I made changes in the files, but still am getting this problem! pls help! ![image](https://user-images.githubusercontent.com/88367912/157065925-4217bb3f-f831-445e-9728-75bb42385528.png)

halp

Currently the menu background is not tilled and the single player button once clicked the game freezes then the world loads. Buttons do not work properly if window scaled Still...

enhancement