Skip to content

Commit 8377713

Browse files
authored
Create README.md
1 parent 9982cdf commit 8377713

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# 🎮 MinecraftPython
2+
3+
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.
17+
18+
## Installation
19+
20+
1. Clone the GitHub repository:
21+
22+
```bash
23+
git clone https://github.com/codeterrayt/MinecraftPython.git
24+
cd MinecraftPython
25+
```
26+
27+
2. Run the game:
28+
29+
```bash
30+
python main.py
31+
```
32+
33+
## Controls
34+
35+
- **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.
47+
48+
🚀 Happy Mining and Building! 🏰

0 commit comments

Comments
 (0)