Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 780 Bytes

PipeWalker

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.

Screenshot

Install

Packaging status

List of supported distributives can be found on the Repology page.

Build

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