From 1cf126b9f2e5c2f44f3b38e405b88a0a4b756072 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 31 Oct 2006 06:04:30 +0000 Subject: Simulates a jigsaw puzzle and illustrates the use of clipping paths. You need a medium-sized TIFF file to play this game. Left-click and drag to move a piece or cluster. Ctrl-left-click and drag to connect knobs to slots. Right-click to disassemble a cluster. Ctrl-right-click to extract a piece from a cluster. WWW: http://www.gnustep.it/marko/GPuzzle2/ --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 65d4db915b30..8921c24ae988 100644 --- a/games/Makefile +++ b/games/Makefile @@ -278,6 +278,7 @@ SUBDIR += golddig SUBDIR += gomoku.app SUBDIR += goonies + SUBDIR += gpuzzle SUBDIR += gracer SUBDIR += grande SUBDIR += greed -- cgit