suve / pipewalker

Puzzle game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Puzzle game

License:MIT License


Languages

Language:C++ 94.2%Language:Meson 3.8%Language:Roff 2.0%