Voxel game in python maded with ursina engine.
Based on the "Minecraft Clone" ursina sample.
Just run the main.py
python file
- move around : WASD or ZQSD
- jump : space bar
- look around : mouse pointer
- toggle perspective : tab
- destroy block : left mouse click
- place block : right mouse click
- change block : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
You need the ursina python module : In the cmd and type
pip install ursina
And also the perlin noise module : Type
pip install perlin-noise