Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 998 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 998 Bytes

mcpython-4

these is the fourth version of an minecraft-like, python-written game based on forgleman's code

Like it?

Watch us and submit to it at www.github.com/uuk0/mcpython-4

How to setup?

download any python 3.x version (x>=4)

download these project, extract it, open the console in this directory and type

pip install -r requirements.txt

How to run?

Type in console

python __main__.py

What if I have worked on textures or added/removed an texture pack or added/removed blocks?

Please run the project with

python __main__.py --rebuild

It will take longer than normal but will invalidate the cache and rebuild.