Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superzekes/sinacraft
A voxel game writen in Python using the Ursina Engine.
https://github.com/superzekes/sinacraft
minecraft-clone python python3 ursina voxel
Last synced: about 1 month ago
JSON representation
A voxel game writen in Python using the Ursina Engine.
- Host: GitHub
- URL: https://github.com/superzekes/sinacraft
- Owner: SuperZekes
- License: apache-2.0
- Created: 2024-07-25T13:21:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:23:29.000Z (4 months ago)
- Last Synced: 2024-09-06T21:12:18.563Z (4 months ago)
- Topics: minecraft-clone, python, python3, ursina, voxel
- Language: Python
- Homepage: https://superzekes.itch.io/sinacraft
- Size: 344 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SinaCraft
SinaCraft(Sena-Craft) is an open source voxel game writen in Python using the Ursina Engine.
## FAQ
### Why another Minecraft clone?
I am planning on adding more and more features to make SinaCraft more unique.
### How do I play it?
You can play this game on Windows, MacOS and Linux! For Windows and Linux go into the [official itch.io page](https://superzekes.itch.io/sinacraft) and download the game for your os, For MacOS just clone this repo install the requirements and run the game with the following commands:
```
pip3 install -r requirements.txt
python3 -m sinacraft.py
```