FoonLudum Dare ExplorerLD57 → Depths

Depths

By lloydlobo

View on ldjam.com

CategoryRankScoreCount
Overall1
Fun1
Innovation1
Humor1
Mood1

Comments

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.

lloydlobo 2025-04-26 08:14

@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:

Install

- 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.