Minecraft 3D Python Edition (Optimized)
A downloadable game for Windows, macOS, and Linux
YOU MUST HAVE PYTHON INSTALLED (Python 3.13 to be exact for the game to work.)
to change the chunk size you have to go to line 70 - 71 in visual studio code or if your in an editor without line numbers go to this code block:
# --- WORLD + CHUNKS ---
CHUNK_SIZE = 3
CHUNK_HEIGHT = 3
RENDER_DISTANCE = 2
world_data = {}
generated_blocks = {} # Track blocks per chunk for cleanup
if you want to change the chunk size change the number of CHUNK_SIZE to your desired number (YOU MUST SET CHUNK HEIGHT TO THE SAME NUMBER AS CHUNK_SIZE!)
THIS GAME IS NOT THE OFFICIAL MINECRAFT MADE BY MOJANG OR MICROSOFT THIS IS JUST A PROJECT MADE FOR FUN.
| Status | Prototype |
| Platforms | Windows, macOS, Linux |
| Author | TheUnknownOfUnknown |
Download
Download
game.zip 40 kB


Leave a comment
Log in with itch.io to leave a comment.