gilesknap / mciwb

Minecraft Interactive world builder
Apache License 2.0
299 stars 6 forks source link
docker learn-to-code learning-python minecraft minecraft-server python

CI Coverage PyPI License

mciwb

Minecraft Interactive World Builder

This project is intended as a fun way to learn the Python Programming Language.

Experienced Python programmers can also use this library to create Minecraft worlds with interactive Python features.

Source https://github.com/gilesknap/mciwb
PyPI pip install mciwb
Documentation https://gilesknap.github.io/mciwb
Releases https://github.com/gilesknap/mciwb/releases

Quick Start

To get started learning Python, see Introduction

For existing Python developers, see API documentation

Example Build

The pagoda and castle with working portcullis were all created programmatically with Python and the current version of MCIWB.

https://github.com/gilesknap/mciwb/assets/964827/026b3551-f514-403a-bebe-8d168c7170b0

Goals

Minecraft Interactive World Builder's goals are:

All instructions on how to set up a Minecraft Server and the Python developer environment are included. There are step by step tutorials to introduce Python Programming and the features of Minecraft Interactive World Builder.

.. note::

This is a work in progress. There are now enough tutorials to learn the
fundamentals of Python and enough functionality to have some fun
interacting with Minecraft from Python code.

I will continue to expand the tutorials and add more features to the
library.

Credits

This project would not be possible without mcipc, which provides the client library for Minecraft RCON.

See https://gilesknap.github.io/mciwb for more detailed documentation.