Embark on an adventure in a Minecraft-like world with MinecraftPython v1.0.0! This project, built in Python using the Ursina module, allows you to explore, build, and unleash your creativity in a voxel universe.
Introduction
MinecraftPython is a simple game developed in Python, offering an immersive experience using the Ursina module. Dive into a blocky world, manipulate the environment, and build structures with different textures.
Features
- Block Selection: Choose between different textures (grass, soil, stone, wood) using number keys (1-4).
- Save Game: Press 'G' to save your game state and continue later.
- Building and Destruction: Use the left mouse button to place blocks and the right mouse button to destroy them.
- Sky Sphere: Enjoy a scenic sky with a customizable sphere using Ursina's Entity class.
- First Person Controller: Navigate the world with a first-person perspective using Ursina's FirstPersonController.
- Persistent Game Data: Save and load the game state using Python's pickle module.