gustavo-christino 2025-04-26 07:57
Is it possible to try the demo? I'm not very good with Git, then I lost myself easly there.
Foon → Ludum Dare Explorer → LD57 → Depths
By lloydlobo
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 1 | |||
| Fun | 1 | |||
| Innovation | 1 | |||
| Humor | 1 | |||
| Mood | 1 |
Is it possible to try the demo? I'm not very good with Git, then I lost myself easly there.
@gustavo-christino Thanks for the question. I missed adding instructions in the rush to submit :) Updated the instructions above.
And for your reference, leaving the same here:
- Download the executable/binary from the Links > Binary. [Direct link](https://github.com/lloydlobo/depths/releases/tag/v0.1.0-alpha) - Create a new folder and call it anything you want, e.g. "game" - Move the executable in it - Change the access permission. Gives the [u]ser who owns a file the right to e[x]ecute it: ```shell chmod u+x depths ``` - Download the `res` and `storage` folder from https://github.com/lloydlobo/depths/archive/refs/heads/master.zip or see the repository itself at https://github.com/lloydlobo/depths - Move the `res` and `storage` folders into the newly create `game` directory. Note that it has the executable there already. - Go into the `game` folder. - Execute the `depths` executable/binary in your terminal with `./depths`, or double click on it.