pyBegin / projects / minecraft-in-python-main
🎮

Minecraft in Python

A simple Minecraft-style voxel sandbox built with the ursina 3D game engine. You can walk around in first-person, place and break blocks of several…

112 lines🖥 Desktop only

Minecraft in Python

A simple Minecraft-style voxel sandbox built with the ursina 3D game engine. You can walk around in first-person, place and break blocks of several textures, and switch block types with the number keys.

How to run

pip install ursina
python "Minecraft-in-Python-main/UrsaCraft_video.py"

(ursina_intro.py is a smaller introductory example.)

Dependencies

Pyodide-runnable

No — ursina is a desktop 3D game engine that requires OpenGL, a windowing system and local asset files, none of which are available in the browser.