This is a simple Minecraft clone built using Pygame. The game allows you to move a player around the screen and interact with blocks.
- Python 3.x
- Pygame library
- Install the required dependencies by running the following command:
pip install -r requirements.txt
- Run the game by executing the following command:
python minecraft.py
- Use the arrow keys to move the player around the screen.
- The player can interact with blocks by moving into them.
- Arrow keys: Move the player up, down, left, or right.
- The player can move in all four directions using the arrow keys.
- The player can interact with blocks by moving into them.
- The game ends when the player quits the game window.
- You can modify the gameplay by changing the block size, player velocity, or adding more blocks.
- You can also add more features to the game, such as inventory system, crafting system, or combat system.
This project is licensed under the MIT License.
- This game is inspired by the popular game "Minecraft".
- The game uses the Pygame library for graphics and input handling.
- This README.MD file provides an overview of the game, instructions on how to run it, controls, and customization options.