This project is a Minecraft-like game built using the Ursina Engine in Python. In this game, you can build structures, explore the environment, and experience a basic voxel-based world. Play Now
- Build blocks in a voxel environment.
- First-person perspective using FirstPersonController.
- Basic game mechanics using the Ursina Engine.
- Python 3.7+
- Ursina Engine
- Numpy
-
Clone the repository:
git clone https://github.com/Yixboost/Minecraft-with-Ursina-Python.git cd Minecraft-with-Ursina-Python
-
Install the dependencies: Open Command Prompt and run:
pip install -r requirements.txt
-
Run the game:
python "Minecraft Python (Ursina Engine).py"
-
Clone the repository:
git clone https://github.com/Yixboost/Minecraft-with-Ursina-Python.git cd Minecraft-with-Ursina-Python
-
Install the dependencies: Open a terminal and run:
pip install -r requirements.txt
-
Run the game:
python3 "Minecraft Python (Ursina Engine).py"
This project is a simple Minecraft clone developed in Python using the Ursina Engine. It allows players to build and interact with blocks in a voxel-based world. The game runs in a first-person perspective with basic controls for moving and building.
- W, A, S, D: Move
- Space: Jump
- Left Mouse Button: Break block
- Right Mouse Button: Place block
- Use the numbers 0-9 to use different blocks
This project was created by:
- Jonas van Leeuwen (GitHub: jonasvanleeuwen19)
- Valdtaniem (GitHub: Valdtaniem)
Enjoy building your world in this Minecraft-like game using the Ursina Engine! 🎉