summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/cube.R
blob: 85b081ec764ad524dc9be0ffb742549e1bb7eebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- makefile -*-

cube     : [X] GTK COMMON cube cube-icon|no-icon

cube     : [G] WINDOWS COMMON cube cube.res|noicon.res

ALL += cube[COMBINED]

!begin am gtk
GAMES += cube
!end

!begin >list.c
    A(cube) \
!end

!begin >gamedesc.txt
cube:cube.exe:Cube:Rolling cube puzzle:Pick up all the blue squares by rolling the cube over them.
!end