diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-17 17:16:49 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-17 17:16:49 +0000 |
| commit | 347de40a2e7f36922556c55ef3fb6965a3020dc6 (patch) | |
| tree | b037714c003e03535f21341dcc764182f1f2cf59 /puzzles.but | |
| parent | 552b18a5929a95d0e91fd1d1d3a8b14ae974da2c (diff) | |
| download | puzzles-347de40a2e7f36922556c55ef3fb6965a3020dc6.zip puzzles-347de40a2e7f36922556c55ef3fb6965a3020dc6.tar.gz puzzles-347de40a2e7f36922556c55ef3fb6965a3020dc6.tar.bz2 puzzles-347de40a2e7f36922556c55ef3fb6965a3020dc6.tar.xz | |
Another new puzzle! This one isn't particularly deep or complex
(solving it only requires matrix inversion over GF(2), whereas
several of the other puzzles in this collection are NP-complete in
principle), but it's a fun enough thing to play with and is
non-trivial to do in your head - especially on the hardest preset.
[originally from svn r5967]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index fd2da8f..a5791a1 100644 --- a/puzzles.but +++ b/puzzles.but @@ -992,6 +992,47 @@ any points at all. With the alternative \q{(n-1)^2} system, regions of two squares score a point each, and larger regions score relatively more points. + +\C{flip} \i{Flip} + +\cfg{winhelp-topic}{games.flip} + +You have a grid of squares, some light and some dark. Your aim is to +light all the squares up at the same time. You can choose any square +and flip its state from light to dark or dark to light, but when you +do so, other squares around it change state as well. + +Each square contains a small diagram showing which other squares +change when you flip it. + +\C{flip-controls} \i{Flip controls} + +\IM{Flip controls} controls, for Flip +\IM{Flip controls} keys, for Flip +\IM{Flip controls} shortcuts (keyboard), for Flip + +Left-click in a square to flip it and its associated squares. That's +all! + +\H{flip-parameters} \I{parameters, for flip}Flip parameters + +These parameters are available from the \q{Custom...} option on the +\q{Type} menu. + +\dt \e{Width}, \e{Height} + +\dd Size of grid in squares. + +\dt \e{Shape type} + +\dd This control determines the shape of the region which is flipped +by clicking in any given square. The default setting, \q{Crosses}, +causes every square to flip itself and its four immediate neighbours +(or three or two if it's at an edge or corner). The other setting, +\q{Random}, causes a random shape to be chosen for every square, so +the game is different every time. + + \A{licence} \I{MIT licence}\ii{Licence} This software is \i{copyright} 2004-2005 Simon Tatham. |