Skip to content

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.

Notifications You must be signed in to change notification settings

Yixboost/Minecraft-with-Ursina-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycraft-logo

Minecraft with Ursina in Python 🏗️🌍

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

Python Numpy Ursina

Features 🌟

  • Build blocks in a voxel environment.
  • First-person perspective using FirstPersonController.
  • Basic game mechanics using the Ursina Engine.

Requirements 📦

  • Python 3.7+
  • Ursina Engine
  • Numpy

Installation and Running the Game ⚙️

🪟 Windows

  1. Clone the repository:

    git clone https://github.com/Yixboost/Minecraft-with-Ursina-Python.git
    cd Minecraft-with-Ursina-Python
  2. Install the dependencies: Open Command Prompt and run:

    pip install -r requirements.txt
  3. Run the game:

    python "Minecraft Python (Ursina Engine).py"

🐧 Linux

  1. Clone the repository:

    git clone https://github.com/Yixboost/Minecraft-with-Ursina-Python.git
    cd Minecraft-with-Ursina-Python
  2. Install the dependencies: Open a terminal and run:

    pip install -r requirements.txt
  3. Run the game:

    python3 "Minecraft Python (Ursina Engine).py"

Game Description 🎮

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.

Controls 🔑

  • 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

Screenshots 📸

Screenshot 1

Creators 👥

This project was created by:


Minecraft Ursina Banner

Enjoy building your world in this Minecraft-like game using the Ursina Engine! 🎉

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages