Better version of fogleman's Minecraft on python.
You can modding, just use craft.py's API Getting started with API.
You need to use Python3.8, to install this project and test do
git clone https://github.com/timaaos/Craft.py.git craftpy
cd craftpy
pip install -r requirments.txt
python3 main.py
Just runs Craft.py with default settings!
YOUR first mod mod!
- W: forward
- S: back
- A: strafe left
- D: strafe right
- Mouse: look around
- Space: jump
- Tab: toggle flying mode
- Selecting type of block to create: -Mouse scroll
- Mouse left-click: remove block
- Mouse right-click: create block
- ESC: release mouse, then close window