chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / samegame.R
1 # -*- makefile -*-
2
3 samegame : [X] GTK COMMON samegame samegame-icon|no-icon
4
5 samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
6
7 ALL += samegame[COMBINED]
8
9 !begin am gtk
10 GAMES += samegame
11 !end
12
13 !begin >list.c
14     A(samegame) \
15 !end
16
17 !begin >gamedesc.txt
18 samegame:samegame.exe:Same Game:Block-clearing puzzle:Clear the grid by removing touching groups of the same colour squares.
19 !end