Skip to content

itachiisdead/simple_minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Minecraft

Description

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.

Features

  • Basic block rendering
  • Player movement and controls
  • Simple world generation
  • Collision detection

Installation

To run the project locally, you will need a Python IDE installed on your system.

then follow these steps:

  1. Clone the repository:

    git clone https://github.com/itachiisdead/simple_minecraft.git
    ```
    
  2. Navigate to the project directory:

    cd simple_minecraft
    ```
    
  3. Open the project in your Python IDE.

Usage

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.

Acknowledgments

  • The development of this project was inspired by the original Minecraft game created by Mojang Studios.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages