Cute little free game: http://www.linux-games.com/penguin-command.html
There is a crash bug however; You should change
for (i=0;i<8;i++) {
to
for (i=0;i<9;i++) {
on line 81 of src/game.c
(Yes, I did send the patch to the author.)
There is a crash bug however; You should change
for (i=0;i<8;i++) {
to
for (i=0;i<9;i++) {
on line 81 of src/game.c
(Yes, I did send the patch to the author.)