diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/puzzles/untangle.R | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/untangle.R b/apps/plugins/puzzles/untangle.R new file mode 100644 index 0000000..a57f1e5 --- /dev/null +++ b/apps/plugins/puzzles/untangle.R @@ -0,0 +1,21 @@ +# -*- makefile -*- + +UNTANGLE_EXTRA = tree234 + +untangle : [X] GTK COMMON untangle UNTANGLE_EXTRA untangle-icon|no-icon + +untangle : [G] WINDOWS COMMON untangle UNTANGLE_EXTRA untangle.res|noicon.res + +ALL += untangle[COMBINED] UNTANGLE_EXTRA + +!begin am gtk +GAMES += untangle +!end + +!begin >list.c + A(untangle) \ +!end + +!begin >gamedesc.txt +untangle:untangle.exe:Untangle:Planar graph layout puzzle:Reposition the points so that the lines do not cross. +!end |