Getting Started
Voxelcraft is an open-source project written in the ursina engine, simulating the popular game Minecraft.
Check project wikis for more in-depth information.
Installation
To run the program use the following command:
pip install -r requirements.txt
and then run main.py.
Game
Controls
WASD - Move
1-4 - Change current blocks
Left mouse button - Break block
RIght mouse button - Place block
Shift - Crouch
Ctrl - Sprint
Space - Jump
Problems
Grass texture needs to have its own voxel settings so that the top and bottom texture won't be the same (line 61).
License
This project is released under the MIT License.