python-minecraft-clone
python-minecraft-clone copied to clipboard
Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
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]...
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...
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
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,...
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:...
Trying out a CI workflow with Pylint and my code's apparently a bit shoddy lol
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...
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
yo bro, I made changes in the files, but still am getting this problem! pls help! 
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...