Minecraft made in Python but this time it has multiplayer. Built from the code sourced from Minecraft with Python.
Controls
- WASD to move
- 1/2/3/4/5/6 to select block
- Control to sprint
- Shift to crouch
- Right click to break / Left click to place block
- Spacebar to jump
- Move mouse to turn camera
World templates
Installation
-
Clone repository
git clone https://github.com/rainnysword/PyCraft
-
Move into the directory
cd PyCraft
-
Install required modules
pip3 install -r requirments.txt
-
Start up server.py
python3 server.py
-
Start up main.py
python3 main.py
-
HAVE FUN!
You can customize how you want the game to be like, since this is open source, you can add more blocks, more features such as health, PVP, hunger, fall damage, etc.
If you do plan on adding more features, feel free to contribute to this project. Don't gate keep those awesome ideas of yours.
NOTE: THIS PROJECT IS NOT AFFILIATED WITH MOJANG, THIS IS SIMPLY FOR FUN AND EDUCATIONAL PURPOSES ONLY.