Code CI Docs CI Test Coverage Latest PyPI version Apache License

Minecraft Interactive World Builder

Warning

UNDER DEVELOPMENT: not all features are yet available and the tutorials are not yet complete.

This project is intended as a fun way to learn the Python Programming Language. It has the following features:

  • Use Python to create anything inside of Minecraft worlds.

  • Call Python code when events occur inside the world.

  • Use an iPython prompt to interact with the world by typing Python commands

  • Have your player inside the world execute Python code by placing command signs or activating switches/levers with Python actions.

All instructions on how to set up a Minecraft Server and the Python developer environment are included. There will be a step by step tutorial to introduce Python Programming.

See Set Up to begin.

PyPI

pip install mciwb

Source code

https://github.com/gilesknap/mciwb

Documentation

https://gilesknap.github.io/mciwb

Releases

https://github.com/gilesknap/mciwb/releases

How the documentation is structured

Documentation is split into four categories, also accessible from links in the side-bar.

Tutorials

Tutorials for installation, library and commandline usage. New users start here.

How-to Guides

Practical step-by-step guides for the more experienced user.

Explanations

Explanation of how the library works and why it works that way.

Reference

Detailed information including autogenerated code documentation.

About the documentation

Why is the documentation structured this way?