You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore and build in a Minecraft-like world using Python and the Ursina module. Create your voxel universe, break and place blocks, and unleash your creativity!
4
+
5
+
## Introduction
6
+
7
+
This MinecraftPython project is a simple game built in Python using the Ursina module. Dive into a blocky world, manipulate the environment, and build structures with different textures.
8
+
9
+
## Features
10
+
11
+
-**Block Selection:** Choose between different textures (grass, soil, stone, wood) using number keys (1-4).
12
+
-**Save Game:** Press 'G' to save your game state and continue later.
13
+
-**Building and Destruction:** Use the left mouse button to place blocks and the right mouse button to destroy them.
14
+
-**Sky Sphere:** Enjoy a scenic sky with a customizable sphere using Ursina's Entity class.
15
+
-**First Person Controller:** Navigate the world with a first-person perspective using Ursina's FirstPersonController.
16
+
-**Persistent Game Data:** Save and load the game state using Python's pickle module.
- **Number Keys (1-4):** Select different block textures.
36
+
- **Left Mouse Button:** Place blocks.
37
+
- **Right Mouse Button:** Destroy blocks.
38
+
- **G Key:** Save the game.
39
+
40
+
## Development
41
+
42
+
The game's main script is `main.py`. Feel free to explore and modify the code based on your preferences. Contributions are welcome!
43
+
44
+
## Acknowledgments
45
+
46
+
This project utilizes the Ursina module for Python game development. Check out the [Ursina GitHub Repository](https://github.com/pokepetter/ursina) for more information.
0 commit comments