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 a project you need a C++ compiler, meson, libraries SDL2 and SDL2 image:
sudo apt install build-essential libsdl2-dev libsdl2-image-dev
meson setup --buildtype=release build
ninja -C build
sudo ninja -C build install