mirror of
https://github.com/Steffo99/particle-clash.git
synced 2024-11-21 15:14:19 +00:00
Match-4 game for two players about particles about to collide
.github/workflows | ||
.vscode | ||
src | ||
.gitattributes | ||
.gitignore | ||
default_bus_layout.tres | ||
export_presets.cfg | ||
project.godot | ||
README.md |
untitled project
unknown tagline
Ludum Dare 51: Compo entry
Credits
Game
- Stefano Pigozzi (@Steffo)
Tools
Development
Large file storage
This repository is configured with the Git Large File Storage extension.
Cloning
To clone this repository with all LFS files:
-
Ensure Git LFS is installed on your system
-
Clone the repository normally
-
Run:
$ git lfs pull
Committing
Before you commit a large binary file (such as an image, or an audio file):
-
Ensure the Git LFS hooks are installed:
$ git lfs install
-
Ensure the extension of the file you are committing is tracked:
$ git lfs track "*.ext"
-
Ensure the
.gitattributes
file itself is tracked:$ git add .gitattributes
Auto-build
To trigger an automatic export of the project:
- Ensure GitHub Actions are enabled
- Create a new GitHub Release
To download the resulting builds:
- Visit the Actions tab
- Click on the triggered workflow
- Download the created artifacts from the bottom of the page
Note that artifacts are visible only if you're logged in to a GitHub account!