Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 836 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 836 Bytes

Craft.py

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

Examples:

main.py

Just runs Craft.py with default settings!

myfirstmod.py

YOUR first mod mod!

How to Play

Moving

  • W: forward
  • S: back
  • A: strafe left
  • D: strafe right
  • Mouse: look around
  • Space: jump
  • Tab: toggle flying mode

Building

  • Selecting type of block to create: -Mouse scroll
  • Mouse left-click: remove block
  • Mouse right-click: create block

Quitting

  • ESC: release mouse, then close window