Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 1.84 KB

README.md

File metadata and controls

70 lines (49 loc) · 1.84 KB

Logo PyCraft

My Own Minecraft 😅

This application was developed using Python.

Technologies   |    How To Use   |    How To Contribute   |    License

Collage

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How to use

To clone and run this application, you'll need Git, Python + PyCharm or another IDE. From your command line:

## Windows Dependencies Install
py -m pip install pyglet pygame

## Linux Dependencies Install
pip3 install pyglet pygame

# Clone this repository
$ git clone https://github.com/SirBergue/PyCraft

# Go into the repository
$ cd PyCraft

# Run the Launcher.py file (Windows)
py -m Launcher.py

# Run the Launcher.py file (Linux)
python3 Launcher.py

👍 How To Contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

📝 License

This project is under the GPLv3 license. See the LICENSE for more information.


Made by SirBergue 😆