Technologies | How To Use | How To Contribute | License
This project was developed with the following technologies:
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
- 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
.
This project is under the GPLv3 license. See the LICENSE for more information.