Hydra Castle Labyrinth - omgmog/launcher-community-apps GitHub Wiki

Install instructions based on these instructions

Install

# Install dependencies
sudo apt install libsdl-dev libsdl-mixer1.2-dev cmake

# Make sure we have the Games directory
mkdir -p /home/chip/Games
cd /home/chip/Games

# Clone the hydracastlelabyrinth repo
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git

# Ente the directory
cd hydracastlelabyrinth

# Built it
cmake .
make
⚠️ **GitHub.com Fallback** ⚠️