An open API service indexing awesome lists of open source software.

https://github.com/spyder-0/minecraft-with-python

A simple Minecraft-like game made with Python (Ursina Engine).
https://github.com/spyder-0/minecraft-with-python

game minecraft python python-3 python-script python3 ursina ursina-engine ursinaengine

Last synced: 11 months ago
JSON representation

A simple Minecraft-like game made with Python (Ursina Engine).

Awesome Lists containing this project

README

          

# Minecraft with Python (Ursina Engine)
A simple Minecraft game made with Python (Ursina Engine).

![image](https://user-images.githubusercontent.com/85440857/161966105-5a920a97-7d65-44ec-b126-cbc8eff0ae65.png)

# Controls
| Key | Description |
| :---: | :---: |
| `WASD` | Move |
| `Mouse` | Camera Rotation |
| `Left Click` | Place Block |
| `Right Click` | Remove Block |
| `1 - 4` | Switch Blocks |

# About
- This was made using ClearCode's [tutorial](https://www.youtube.com/watch?v=DHSRaVeQxIk) with some more modifications.

- Ensure you have the Ursina library installed: `pip install ursina`.