chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mines: show the number of safe squares left, if it's small.
[sgt-puzzles.git]
/
cube.R
1
# -*- makefile -*-
2
3
cube : [X] GTK COMMON cube cube-icon|no-icon
4
5
cube : [G] WINDOWS COMMON cube cube.res|noicon.res
6
7
ALL += cube[COMBINED]
8
9
!begin am gtk
10
GAMES += cube
11
!end
12
13
!begin >list.c
14
A(cube) \
15
!end
16
17
!begin >gamedesc.txt
18
cube:cube.exe:Cube:Rolling cube puzzle:Pick up all the blue squares by rolling the cube over them.
19
!end