The Simple Minecraft project aims to provide a basic implementation of the popular game Minecraft. It includes simplified versions of key gameplay elements and mechanics.
- Basic block rendering
- Player movement and controls
- Simple world generation
- Collision detection
To run the project locally, you will need a Python IDE installed on your system.
then follow these steps:
-
Clone the repository:
git clone https://github.com/itachiisdead/simple_minecraft.git ```
-
Navigate to the project directory:
cd simple_minecraft ```
-
Open the project in your Python IDE.
Once the game is running, you can use the following controls:
- W, A, S, D: Move the player forward, left, backward, and right, respectively.
- Space: Jump.
- Mouse: Look around.
- 1,2,3,4,5 to change between different blocks.
- The development of this project was inspired by the original Minecraft game created by Mojang Studios.