Skip to content

Minecraft on python! Analogue of Minecraft Pi Edition, but writed on Python

License

Notifications You must be signed in to change notification settings

timaaos/Craft.py

Repository files navigation

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

About

Minecraft on python! Analogue of Minecraft Pi Edition, but writed on Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages