Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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