3d puzzle game for Raspberry Pi.

WebGL version at penguinspuzzle.appspot.com

INSTRUCTIONS
Run penguinspuzzle.bin on a Raspberry Pi to play.

Requires a USB keyboard to control.
Use arrow keys to move.
Press space to switch penguins (only possible when baby penguins have been fed).
Press r to restart.
Press N/P to change to next/previous levels.
Press Z to change zoom level.
Press escape to quit.

REBUILD
1) sudo apt-get install libdrm-dev libgbm-dev libgles2-mesa-dev libasound2-dev
2) make 
3) (If running in the desktop) Press Ctrl-Alt-F1 
4) ./penguinspuzzle.bin

This program takes direct access of the framebuffer for fullscreen so does not work within a graphical desktop.
However, it is easy to switch out of the desktop by pressing Ctrl-Alt-F1 to change to a virtual console.
You can switch back to the desktop by pressing Ctrl-Alt-F7 when done.

