Pipeman

less than 1 minute read


This is my first game in Ansi C. It uses Allegro libraries.


The Allegro GUI Clinic proved to be very useful reference during this project. The game is about rotating pipes so that water could flow through them to the right end.

Backspace cancels game play and returns you to main menu.
Esc exits game while in mine menu
To rotate the pipes simply right click on them.

Have fun

View on GitHub

Updated:

Leave a Comment