This is a puzzle game in which you need to combine the components into a single circuit: connect all computers to a network server, bring water to the taps, etc.
List of supported distributives can be found on the Repology page.
To build the project you will need:
- C++ compiler with support for the C++20 standard;
- Meson build system;
- SDL3 library.
sudo apt install build-essential libsdl3-dev
meson setup my_build_dir
meson compile -C my_build_dir
meson install -C my_build_dir