Text version Minecraft written in Python.
It abstracts elements in Minecraft (such as blocks, entities, etc.) into Chinese Characters, and allows user to play with mouse and keyboard normally.
I'll provide executable files in future versions, but for now, you can install it by running source code.
- Install Python 3. You can download it from official site.
- Clone this repository.
- Start terminal and run
python3 main.py
in the root directory.
- Use A and D to move left and right.
- Use space to jump.
- Use mouse to check a block, and click to break it.
- Realize basic game logic.
- Add more blocks.
- Add entities.
You can contribute via start issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
(c) 2024 Normal-pcer