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).
- Host: GitHub
- URL: https://github.com/spyder-0/minecraft-with-python
- Owner: Spyder-0
- Created: 2022-02-21T03:33:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T14:28:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T16:44:14.859Z (almost 2 years ago)
- Topics: game, minecraft, python, python-3, python-script, python3, ursina, ursina-engine, ursinaengine
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft with Python (Ursina Engine)
A simple Minecraft game made with Python (Ursina Engine).

# 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`.