summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/unfinished/group.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/unfinished/group.R')
-rw-r--r--apps/plugins/puzzles/src/unfinished/group.R25
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/unfinished/group.R b/apps/plugins/puzzles/src/unfinished/group.R
new file mode 100644
index 0000000000..a11d22e9b9
--- /dev/null
+++ b/apps/plugins/puzzles/src/unfinished/group.R
@@ -0,0 +1,25 @@
1# -*- makefile -*-
2
3GROUP_LATIN_EXTRA = tree234 maxflow
4GROUP_EXTRA = latin GROUP_LATIN_EXTRA
5
6group : [X] GTK COMMON group GROUP_EXTRA group-icon|no-icon
7
8group : [G] WINDOWS COMMON group GROUP_EXTRA group.res|noicon.res
9
10groupsolver : [U] group[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] GROUP_LATIN_EXTRA STANDALONE
11groupsolver : [C] group[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] GROUP_LATIN_EXTRA STANDALONE
12
13ALL += group[COMBINED] GROUP_EXTRA
14
15!begin am gtk
16GAMES += group
17!end
18
19!begin >list.c
20 A(group) \
21!end
22
23!begin >gamedesc.txt
24group:group.exe:Group:Group theory puzzle:Complete the unfinished Cayley table of a group.
25!end