Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 921 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 921 Bytes

WordCraft

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.

Installation

I'll provide executable files in future versions, but for now, you can install it by running source code.

  1. Install Python 3. You can download it from official site.
  2. Clone this repository.
  3. Start terminal and run python3 main.py in the root directory.

Control

  • Use A and D to move left and right.
  • Use space to jump.
  • Use mouse to check a block, and click to break it.

Plans

  • Realize basic game logic.
  • Add more blocks.
  • Add entities.

Contribution

You can contribute via start issues and pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

(c) 2024 Normal-pcer