Zezlup is a little slide-puzzle game for Linux created for the sole purpose of learning a bit of game development.
To make it more fun (and also learn more), I made my own tiny renderer for this project.
To build zezlup:
git clone https://github.com/manekenpix/zezlup.git
cd zezlup
make release
To run the game:
./zezlup
Select the puzzle you want to solve (use your mouse or arrows and enter keys)
Controls:
Arrow keys
: move selector.x
: slide the selected cell.z
(toggle): display the solution of the puzzle.Backspace
: back to menu.Esc
: exit zezlup.
Display the solution of the puzzle when you feel lost