Skip to content

artemsen/pipewalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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