# Minecraft **Repository Path**: minecraft-in-python/Minecraft ## Basic Information - **Project Name**: Minecraft - **Description**: 游戏 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-29 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > **NOTE: We haven't tested this game on MacOS!** # Minecraft [![Join the chat at https://gitter.im/Minecraft-in-python/community](https://badges.gitter.im/Minecraft-in-python/community.svg)](https://gitter.im/Minecraft-in-python/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.com/Minecraft-in-python/Minecraft.svg?branch=master)](https://travis-ci.com/Minecraft-in-python/Minecraft) Making open source Minecraft in python. Playing and modifying Minecraft according to your needs, will it be legal? Our wish is that you can play and modify your game legally. No copyright issues. Free and transparent code is the basis of our friendly project, visit our official [website](https://minecraft-in-python.github.io) for more information. ## Play To play Minecraft, please type in a UNIX-like terminal first: ```shell # Github git clone https://github.com/Minecraft-in-python/Minecraft # Gitee git clone https://gitee.com/Minecraft-in-python/Minecraft cd Minecraft ./install.py # Run python3 -m minecraft ``` # Short-term objectives The following TODO list, is a list of features to be implemented in Minecraft: - [x] Random world generation - [x] i18n (more languages) - [x] Entities(TNT) - [ ] Chunk system - [ ] More terrain - [ ] Multiplayer - [ ] ... Of course, it doesn't end there, these points will evolve and change over time. Making Minecraft more and more a high quality video game. Are you ready to play? Are you ready to support?