A game about a cat named Pipaluk trying to find a way out of a long dead city of hopeless robots.
Thread carefully along the streets of this strange city and delve deep into the underground corridors underneath it, while avoiding and running from the not-so-friendly residents.
You will need SDL2:
sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev
Download the latest pipaluk_linux.zip
from releases, and run the pipaluk
executable:
./pipaluk
If you lack permissions to execute, run:
sudo chmod u+x pipaluk
Download the latest pipaluk_windows.zip
from releases and extract it.
Run pipaluk.exe
In order to build the project, you will need to install Rust and Cargo (both Linux and Windows).
You will need SDL2:
sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev
Clone the project and navigate to it via terminal:
git clone https://github.com/matf-pp/2023_Pipaluk.git
cd 2023_Pipaluk
The following command will install any required libraries, build, and finally run the game:
cargo run
Download VC versions of SDL2, SDL2-image, SDL2-ttf, and SDL2-mixer.
Put the .lib
files inside the project folder; build and run using cargo:
cargo run
The game was developed with love by Marijana Čupović (Marijameme), Vuk Amidžić (vukamidzic), and Daniil Grbić (daniilgrbic).
Big thanks to Lara Ritan for the awesome soundtrack.
Maps by Marijana Čupović.
Art by Daniil Grbić.