<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Puzzles</title>
<style>
  BODY { font-family: arial, helvetica, sans-serif; background-color: #FFFFFF; margin: 0; padding: 0; color: #000000; }
  DIV#head { margin: 0; padding: 0; border-bottom: 1px solid #000000; }
  DIV#head-liner { max-width: 1000px; margin: 0 auto; padding: 1em; }
  DIV#head DIV.title-flex { display: flex; margin: 0 0 1em; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }
  DIV#head DIV.title-flex H1 { margin: 0; padding: 0; flex: 1 1 auto; text-align: left; vertical-align: middle; }
  DIV#head DIV.title.flex DIV.title-right { margin: 0.5em; padding: 0; flex: 0 0 auto; vertical-align: middle; }
  DIV#head DIV.date { margin-top: 0.3em; font-weight: bold; text-align: right; } 
  DIV#head DIV.version { font-weight: bold; text-align: right; }
  DIV#head DIV.strapline { margin-top: 0.5em; font-style: italic; font-weight: bold; }
  DIV#head DIV.credit { margin-top: 0.5em; }
  DIV#body { margin: 0; padding: 0 1em; }
  DIV#body-liner { max-width: 1000px; margin: 1em auto; }
  H1 { text-align: left; font-size: 2em; font-weight: bold; margin-top: 1em; margin-bottom: 1em; }
  H2 { text-align: left; font-size: 1.5em; font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; }
  H3 { text-align: left; font-size: 1em; font-weight: bold; font-style: italic; margin-top: 0.5em; margin-bottom:0; }
  H4 { text-align: left; font-size: 1em; font-style: italic; margin-top: 0.5em; margin-bottom: 0; }
  H5 { text-align: left; font-size: 1em; font-style: italic; margin-top: 0.5em; margin-bottom: 0; }
  H6 { text-align: left; font-size: 1em; font-style: italic; margin-top: 0.5em; margin-bottom: 0; }
  P, LI { margin: 1em 0em; }
  BLOCKQUOTE { margin: 0.5em 0em; padding-left: 1em; border-left: 0.5em solid grey; }
  DIV.callout { margin: 0.5em 4em; padding: 0; }
  DIV.callout DIV.heading { margin: 0; padding: 5px; font-weight: bold; }
  DIV.callout DIV.content { margin: 0; padding: 5px; }
  DIV.callout DIV.content :first-child { margin-top: 0; }
  DIV.callout DIV.content :last-child { margin-bottom: 0; }
  DIV.danger, DIV.error { background-color: #DFDFFF; border: 1px solid #6297e7; }
  DIV.danger DIV.heading, DIV.error DIV.heading { color: #ffffff; background-color: #6297e7; }
  DIV.attention, DIV.caution, DIV.warning { background-color: #f5bdac; border: 1px solid #f35424; }
  DIV.attention DIV.heading, DIV.caution DIV.heading, DIV.warning DIV.heading { color: #ffffff; background-color: #f35424; }
  DIV.note, DIV.important { background-color: #DFDFFF; border: 1px solid #6297e7; }
  DIV.note DIV.heading, DIV.important DIV.heading { color: #ffffff; background-color: #6297e7; }
  DIV.hint, DIV.seealso, DIV.tip { background-color: #cff8c9; border: 1px solid #aaf3a1; }
  DIV.hint DIV.heading, DIV.seealso DIV.heading, DIV.tip DIV.heading { color: #000000; background-color: #aaf3a1; }
  DIV.codeblock { padding: 0 2em; text-align: left; font-family: monospace; font-weight: normal; }
  UL.contents-list { padding: 0; list-style-type: none; }
  OL.compact LI, UL.compact LI, UL.contents-list LI { margin: 0; }
  DL.footnotes { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  DL.footnotes DT { margin-left: 0; margin-right: 0; font-size: 1em; font-weight: bold; font-style: italic; }
  DL.footnotes DD { margin-left: 1em; margin-right: 0; }
  TABLE { width: 100%; border-collapse: collapse; border-spacing: 2px; }
  TH { font-weight: bold; text-align: left; }
  TD { text-align: left; }
  TR { vertical-align: middle; border-bottom: 1px solid #DFDFFF; }
  CODE, SPAN.code { font-family: monospace; font-weight: bold; }
  DIV.caption { width: 100%; margin: 0.5em 0 0; padding: 0 2em; font-style: italic; text-align: center; }STRONG { font-weight: bold; }
  EM { font-style: italic; }
  SPAN.command { font-weight: bold; }
  SPAN.entry { font-family: monospace; }
  SPAN.filename { font-weight: bold; font-style: italic; }
  SPAN.icon, SPAN.introduction, SPAN.maths, SPAN.menu { font-style: italic; }
  SPAN.key, SPAN.mouse { font-style: unset; }
  SPAN.keyword, SPAN.name, SPAN.window, SPAN.variable { font-weight: bold; }
</style>
</head>

<body>
<div id="head"><div id="head-liner">
<div class="title-flex"><h1>Puzzles</h1>
<div class="title-side">
<div class="version">Version&nbsp;1.00</div>
<div class="date">24 October 2025</div>
</div></div>
<div class="strapline">Simon Tatham&rsquo;s Portable Puzzle Collection on RISC&nbsp;OS</div>
<div class="credit">&copy; Simon&nbsp;Tatham,&nbsp;2004-2025; Stephen&nbsp;Fryatt,&nbsp;2024-2025</div>
</div></div>

<div id="body"><div id="body-liner">

<h2>Contents</h2>


<ul class="contents-list">
<li><a href="#licence">1. Licence</a></li>
<li><a href="#intro">2. Introduction &amp; Installation</a></li>
<li><a href="#playing">3. Playing Puzzles</a></li>
<li><a href="#net">4. Net</a></li>
<li><a href="#cube">5. Cube</a></li>
<li><a href="#fifteen">6. Fifteen</a></li>
<li><a href="#sixteen">7. Sixteen</a></li>
<li><a href="#twiddle">8. Twiddle</a></li>
<li><a href="#rectangles">9. Rectangles</a></li>
<li><a href="#netslide">10. Netslide</a></li>
<li><a href="#pattern">11. Pattern</a></li>
<li><a href="#solo">12. Solo</a></li>
<li><a href="#mines">13. Mines</a></li>
<li><a href="#samegame">14. Same Game</a></li>
<li><a href="#flip">15. Flip</a></li>
<li><a href="#guess">16. Guess</a></li>
<li><a href="#pegs">17. Pegs</a></li>
<li><a href="#dominosa">18. Dominosa</a></li>
<li><a href="#untangle">19. Untangle</a></li>
<li><a href="#blackbox">20. Black Box</a></li>
<li><a href="#slant">21. Slant</a></li>
<li><a href="#lightup">22. Light Up</a></li>
<li><a href="#map">23. Map</a></li>
<li><a href="#loopy">24. Loopy</a></li>
<li><a href="#inertia">25. Inertia</a></li>
<li><a href="#tents">26. Tents</a></li>
<li><a href="#bridges">27. Bridges</a></li>
<li><a href="#unequal">28. Unequal</a></li>
<li><a href="#galaxies">29. Galaxies</a></li>
<li><a href="#filling">30. Filling</a></li>
<li><a href="#keen">31. Keen</a></li>
<li><a href="#towers">32. Towers</a></li>
<li><a href="#singles">33. Singles</a></li>
<li><a href="#magnets">34. Magnets</a></li>
<li><a href="#signpost">35. Signpost</a></li>
<li><a href="#range">36. Range</a></li>
<li><a href="#pearl">37. Pearl</a></li>
<li><a href="#undead">38. Undead</a></li>
<li><a href="#unruly">39. Unruly</a></li>
<li><a href="#flood">40. Flood</a></li>
<li><a href="#tracks">41. Tracks</a></li>
<li><a href="#palisade">42. Palisade</a></li>
<li><a href="#mosaic">43. Mosaic</a></li>
<li><a href="#issues">44. Known Issues</a></li>
<li><a href="#history">45. Version History</a></li>
<li><a href="#contact">Updates and Contacting Me</a></li>
</ul>

<h2 id="licence">1. Licence</h2>


<p>The RISC&nbsp;OS-specific code in this port of <cite>Puzzles</cite> is licensed under the EUPL, Version&nbsp;1.2 only (the &ldquo;Licence&rdquo;); you may not use this work except in compliance with the Licence.</p>

<p>You may obtain a copy of the Licence at <a href="http://joinup.ec.europa.eu/software/page/eupl" class="external">http://joinup.ec.europa.eu/software/page/eupl</a>.</p>

<p>Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an &ldquo;<strong>as is</strong>&rdquo; basis, <strong>without warranties or conditions of any kind</strong>, either express or implied.</p>

<p>See the Licence for the specific language governing permissions and limitations under the Licence.</p>

<p>The source for the RISC OS port of <cite>Puzzles</cite> can be found on GitHub, at <a href="https://github.com/steve-fryatt/puzzles" class="external">https://github.com/steve-fryatt/puzzles</a>.</p>

<p>The core <cite>Puzzles</cite> code is copyright Simon Tatham and others, and is licenced under the MIT Licence: see <a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" class="external">https://www.chiark.greenend.org.uk/~sgtatham/puzzles/</a> for details and access to the source code repository.</p>

<p>Portions of the code are copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Koelker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael Quevillon, Asher Gordon, Didi Kohen, and Ben Harris.</p>

<p>This manual is based on the original by Simon Tatham, with RISC&nbsp;OS-specific modifications where required.</p>

<h2 id="intro">2. Introduction &amp; Installation</h2>


<p><cite>Puzzles</cite> is a RISC&nbsp;OS port of Simon Tatham&rsquo;s Portable Puzzle Collection, a collection of 40 one-player puzzle games which are mainly focussed on logic and maths. More details about the collection can be found on Simon&rsquo;s website, at <a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/">https://www.chiark.greenend.org.uk/~sgtatham/puzzles/</a>.</p>

<p>I discovered the collection through the Android port, and have also played the GTK version available from Simon&rsquo;s site. Since it is described as &ldquo;portable&rdquo;, I decided that RISC&nbsp;OS needed its own version &ndash; and so here it is.</p>

<p>In his introduction to the manual, Simon wrote:</p>

<blockquote><p style="margin-top: 0;">&ldquo;I wrote this collection because I thought there should be more small desktop toys available: little games you can pop up in a window and play for two or three minutes while you take a break from whatever else you were doing. And I was also annoyed that every time I found a good game on (say) Unix, it wasn&rsquo;t available the next time I was sitting at a Windows machine, or vice versa; so I arranged that everything in my personal puzzle collection will happily run on both, and have more recently done a port to Mac&nbsp;OS&nbsp;X as well. When I find (or perhaps invent) further puzzle games that I like, they&rsquo;ll be added to this collection and will immediately be available on both platforms. And if anyone feels like writing any other front ends &ndash; PocketPC, Mac&nbsp;OS pre-10, or whatever it might be &ndash; then all the games in this framework will immediately become available on another platform as well.</p>
<p>&ldquo;The actual games in this collection were mostly not my invention; they are re-implementations of existing game concepts within my portable puzzle framework. I do not claim credit, in general, for inventing the rules of any of these puzzles. (I don&rsquo;t even claim authorship of all the code; some of the puzzles have been submitted by other authors.)</p>
<p style="margin-bottom: 0;">&ldquo;This collection is distributed under the MIT licence. This means that you can do pretty much anything you like with the game binaries or the code, except pretending you wrote them yourself, or suing me if anything goes wrong.&rdquo;</p></blockquote>

<p>The rest of this RISC&nbsp;OS manual is based very heavily on the original by Simon and his contributors, with small tweaks where necessary to make the content match the RISC&nbsp;OS experience. And while the licence of the RISC&nbsp;OS port is different (due to the libraries used to port it), the spirit of the puzzles is the same.</p>

<h3>2.1. Installation</h3>


<p><cite>Puzzles</cite> is designed to work with RISC&nbsp;OS&nbsp;4 or later; it can be used on RISC&nbsp;OS&nbsp;3, but a copy of the Nested Wimp must be installed. It is 26/32-bit neutral, and should therefore run on all hardware systems as long as the 32-bit Shared C Library is installed. If required, this can be found in the System Resources on RISC&nbsp;OS Open Ltd&rsquo;s website at <a href="https://www.riscosopen.org/content/downloads/common">https://www.riscosopen.org/content/downloads/common</a>.</p>

<p>However, note that it may be slow on older hardware, such as a StrongARM RiscPC.</p>

<p>To install, copy the <span class="filename">!Puzzles</span> application from the archive into a suitable place on your hard disc. It can be run from a floppy disc, but this is not recommended. Once installed, double-click on the <span class="filename">!Puzzles</span> application in the Filer window to load it on to the iconbar.</p>

<h2 id="playing">3. Playing Puzzles</h2>


<p>To play the puzzles, double-click on the <span class="filename">!Puzzles</span> application to load it on to the iconbar. Once loaded, a <span class="mouse">Select</span> click on its iconbar icon will open the <span class="window">Puzzles list</span> window, showing all of the available games. To play a game, click <span class="mouse">Select</span> on its icon (or <span class="mouse">Adjust</span> to open the game and close the <span class="window">Puzzles list</span> window).</p>

<p>The window supports interactive help, to provide a few more details about the individual games. The layout can be changed from large to small icons using the window menu. If the menu is opened over a puzzle, selecting <span class="menu">Puzzle</span> &ndash; <span class="menu">Help...</span> will open this manual at that puzzle&rsquo;s entry (this only works for the HTML format documentation).</p>

<p>As part of a suite, there are many features which are common to all of the games in <cite>Puzzles</cite>, and these are described here. Details of the individual games are in the following chapters.</p>

<h3 id="common-actions">3.1. Game Window</h3>


<p>The <span class="window">Game</span> window contains one of the individual puzzles. The keyboard and mouse can be used to interact with the game, as defined in each of the games&rsquo; descriptions.</p>

<p>The <span class="window">Game</span> window menu offers a number of options for interacting with the game, which are common to most of the games. If the window has input focus, some standard keyboard shortcuts can also be used. The available actions are described in the list here, and in the following sections.</p>

<dl>
<dt><span class="menu">Game</span></dt>
<dd>Leads to a sub-menu containing a number of actions relating to the current game.</dd>
<dt><span class="menu">Type</span></dt>
<dd>Leads to a sub-menu containing a number of preset game configurations and an option to create custom configurations.</dd>
<dt><span class="menu">Specific game...</span></dt>
<dd>Open a dialogue box allowing the <a href="#playing-game-id">specific game ID</a> for the current game to be copied out or a new game to be created from another ID.</dd>
<dt><span class="menu">Random seed...</span></dt>
<dd>Open a dialogue box allowing the <a href="#playing-game-id">random seed</a> for the current game to be copied out or a new game to be created from another seed.</dd>
<dt><span class="menu">Undo</span> (<span class="key">U</span>, <span class="key">Ctrl-Z</span>, <span class="key">Ctrl-_</span>, or <span class="key">*</span>)</dt>
<dd>Undoes a single move. (You can undo moves back to the start of the session.)</dd>
<dt><span class="menu">Redo</span> (<span class="key">R</span>, <span class="key">Ctrl-R</span> or <span class="key">#</span>)</dt>
<dd>Redoes a previously undone move.</dd>
<dt><span class="menu">Preferences...</span></dt>
<dd><p style="margin-top: 0;">Where supported, brings up a dialog allowing you to configure personal preferences about a particular game. Some of these preferences will be specific to a particular game; others will be common to all games.</p>
<p>Within the <span class="window">Preferences</span> dialogue, click <span class="icon">Set</span> to store the options and apply them to the associated <span class="window">Game</span> window &ndash; this will cause a new game to be generated. The <span class="icon">Save</span> button will save the preferences for future instances of the puzzle as well. Preferences are saved separately for each of the puzzles in the collection.</p>
<p style="margin-bottom: 0;">One option common to all games allows you to turn off the one-key shortcuts like <span class="key">N</span> for new game or <span class="key">Q</span> for quit, so that there&rsquo;s less chance of hitting them by accident. You can still access the same shortcuts with the <span class="key">Ctrl</span> key.</p></dd>
<dt><span class="menu">Help...</span></dt>
<dd>Open this manual at the section for the puzzle (if the HTML manual is in use).</dd>
</dl>

<p>The <span class="menu">Game</span> entry leads to a submenu containing the following additional options.</p>

<dl>
<dt><span class="menu">Save</span></dt>
<dd><p style="margin-top: 0;">Saves the current state of your game to a file on disk. A saved game can be re-loaded by double-clicking on the file in a Filer window, or dropping it on to the <cite>Puzzles</cite> iconbar icon.</p>
<p>The Save and Load operations preserve your entire game history (so you can save, reload, and still Undo and Redo things you had done before saving).</p>
<p style="margin-bottom: 0;">The saved files are compatible with those generated by versions of <cite>Simon Tatham&rsquo;s Portable Puzzle Collection</cite> running on other platforms. When loading files from other platforms into the RISC&nbsp;OS port, either set their filetype to &lsquo;Puzzle&rsquo; or drop Text or Data files on to the <cite>Puzzles</cite> iconbar icon.</p></dd>
<dt><span class="menu">Save sprite</span></dt>
<dd>Saves the current game board as a sprite file.</dd>
<dt><span class="menu">Copy as text</span></dt>
<dd>Copies the current state of your game to the clipboard in text format, so that you can paste it into (say) an e-mail client or a web message board if you're discussing the game with someone else. (Not all games support this feature.)</dd>
<dt><span class="menu">New</span> (<span class="key">N</span> or <span class="key">Ctrl-N</span>)</dt>
<dd>Starts a new game, with a random initial state.</dd>
<dt><span class="menu">Restart</span></dt>
<dd>Resets the current game to its initial state. (This can be undone.)</dd>
<dt><span class="menu">Solve</span></dt>
<dd><p style="margin-top: 0;">Transforms the puzzle instantly into its solved state. For some games (<a href="#cube">Cube</a>) this feature is not supported at all because it is of no particular use. For other games (such as <a href="#pattern">Pattern</a>), the solved state can be used to give you information, if you can&rsquo;t see how a solution can exist at all or you want to know where you made a mistake. For still other games (such as <a href="#sixteen">Sixteen</a>), automatic solution tells you nothing about how to <em>get</em> to the solution, but it does provide a useful way to get there quickly so that you can experiment with set-piece moves and transformations.</p>
<p>Some games (such as <a href="#solo">Solo</a>) are capable of solving a game ID you have typed in from elsewhere. Other games (such as <a href="#rectangles">Rectangles</a>) cannot solve a game ID they didn&rsquo;t invent themself, but when they did invent the game ID they know what the solution is already. Still other games (<a href="#pattern">Pattern</a>) can solve <em>some</em> external game IDs, but only if they aren&rsquo;t too difficult.</p>
<p style="margin-bottom: 0;">The <span class="menu">Solve</span> command adds the solved state to the end of the undo chain for the puzzle. In other words, if you want to go back to solving it yourself after seeing the answer, you can just press <span class="menu">Undo</span>.</p></dd>
</dl>

<h3 id="playing-game-id">3.2. Specifying games with the game ID</h3>


<p>There are two ways to save a game specification out of a puzzle and recreate it later, or recreate it in somebody else&rsquo;s copy of the same puzzle.</p>

<p>The <span class="menu">Specific game...</span> and <span class="menu">Random Seed...</span> entries in the <span class="window">Game</span> window menu each show a piece of text (a &lsquo;game ID&rsquo;) which is sufficient to reconstruct precisely the same game at a later date.</p>

<p>You can enter either of these pieces of text back into the program (via the same <span class="menu">Specific game...</span> and <span class="menu">Random Seed...</span> menu entries) at a later point, and it will recreate the same game.</p>

<p>The difference between the two forms is that a descriptive game ID is a literal <em>description</em> of the initial state of the game, whereas a random seed is just a piece of arbitrary text which was provided as input to the random number generator used to create the puzzle. This means that:</p>

<ul>
<li>Descriptive game IDs tend to be longer in many puzzles (although some, such as <a href="#cube">Cube</a>, only need very short descriptions). So a random seed is often a <em>quicker</em> way to note down the puzzle you&rsquo;re currently playing, or to tell it to somebody else so they can play the same one as you.</li>
<li>Any text at all is a valid random seed. The automatically generated ones are fifteen-digit numbers, but anything will do; you can type in your full name, or a word you just made up, and a valid puzzle will be generated from it. This provides a way for two or more people to race to complete the same puzzle: you think of a random seed, then everybody types it in at the same time, and nobody has an advantage due to having seen the generated puzzle before anybody else.</li>
<li>It is often possible to convert puzzles from other sources (such as &lsquo;nonograms&rsquo; or &lsquo;sudoku&rsquo; from newspapers) into descriptive game IDs suitable for use with these programs.</li>
<li>Random seeds are not guaranteed to produce the same result if you use them with a different <em>version</em> of the puzzle program. This is because the generation algorithm might have been improved or modified in later versions of the code, and will therefore produce a different result when given the same sequence of random numbers. Use a descriptive game ID if you aren&rsquo;t sure that it will be used on the same version of the program as yours.</li>
</ul>

<p>A descriptive game ID starts with a piece of text which encodes the <em>parameters</em> of the current game (such as grid size). Then there is a colon, and after that is the description of the game&rsquo;s initial state. A random seed starts with a similar string of parameters, but then it contains a hash sign followed by arbitrary data.</p>

<p>If you enter a descriptive game ID, the program will not be able to show you the random seed which generated it, since it wasn&rsquo;t generated <em>from</em> a random seed. If you <em>enter</em> a random seed, however, the program will be able to show you the descriptive game ID derived from that random seed.</p>

<p>Note that the game parameter strings are not always identical between the two forms. For some games, there will be parameter data provided with the random seed which is not included in the descriptive game ID. This is because that parameter information is only relevant when <em>generating</em> puzzle grids, and is not important when playing them. Thus, for example, the difficulty level in <a href="#solo">Solo</a> is not mentioned in the descriptive game ID.</p>

<p>These additional parameters are also not set permanently if you type in a game ID. For example, suppose you have <a href="#solo">Solo</a> set to &lsquo;Advanced&rsquo; difficulty level, and then a friend wants your help with a &lsquo;Trivial&rsquo; puzzle; so the friend reads out a random seed specifying &lsquo;Trivial&rsquo; difficulty, and you type it in. The program will generate you the same &lsquo;Trivial&rsquo; grid which your friend was having trouble with, but once you have finished playing it, when you ask for a new game it will automatically go back to the &lsquo;Advanced&rsquo; difficulty which it was previously set on.</p>

<h3>3.3. The <span class="menu">Type</span> menu</h3>


<p>The <span class="menu">Type</span> submenu, if present, may contain a list of preset game settings. Selecting one of these will start a new random game with the parameters specified.</p>

<p>The <span class="menu">Type</span> submenu may also contain a <span class="menu">Custom...</span> option which allows you to fine-tune game parameters. The parameters available are specific to each game and are described in the following sections.</p>

<h2 id="net">4. Net</h2>


<p>I originally saw this in the form of a Flash game called FreeNet<a href="#note-net-1"><sup>1</sup></a>, written by Pavils Jurjans; there are several other implementations under the name NetWalk. The computer prepares a network by connecting up the centres of squares in a grid, and then shuffles the network by rotating every tile randomly. Your job is to rotate it all back into place. The successful solution will be an entirely connected network, with no closed loops. As a visual aid, all tiles which are connected to the one in the middle are highlighted.</p>

<dl class="footnotes">
<dt id="note-net-1">Note 1</dt>
<dd><a href="http://www.jurjans.lv/stuff/net/FreeNet.htm">http://www.jurjans.lv/stuff/net/FreeNet.htm</a>.</dd>
</dl>

<h3 id="net-controls">4.1. Net controls</h3>


<p>This game can be played with either the keyboard or the mouse. The controls are:</p>

<dl>
<dt>Select tile</dt>
<dd>Mouse pointer, arrow keys</dd>
<dt>Rotate tile anticlockwise</dt>
<dd><span class="mouse">Select</span> click, <span class="key">A</span> key</dd>
<dt>Rotate tile clockwise</dt>
<dd><span class="mouse">Adjust</span> click, <span class="key">D</span> key</dd>
<dt>Rotate tile by 180 degrees</dt>
<dd><span class="key">F</span> key</dd>
<dt>Lock (or unlock) tile</dt>
<dd><p style="margin-top: 0;"><span class="key">Ctrl</span>-<span class="mouse">Select</span> click, <span class="key">Shift</span>-<span class="mouse">Select</span> click, <span class="key">S</span> key</p><p style="margin-bottom: 0;">You can lock a tile once you&rsquo;re sure of its orientation. You can also unlock it again, but while it&rsquo;s locked you can&rsquo;t accidentally turn it.</p></dd>
</dl>

<p>The following controls are not necessary to complete the game, but may be useful:</p>

<dl>
<dt>Shift grid</dt>
<dd><p style="margin-top: 0;"><span class="key">Shift</span> + arrow keys</p><p style="margin-bottom: 0;">On grids that wrap, you can move the origin of the grid, so that tiles that were on opposite sides of the grid can be seen together.</p></dd>
<dt>Move centre</dt>
<dd><p style="margin-top: 0;"><span class="key">Ctrl</span> + arrow keys</p><p style="margin-bottom: 0;">You can change which tile is used as the source of highlighting. (It doesn&rsquo;t ultimately matter which tile this is, as every tile will be connected to every other tile in a correct solution, but it may be helpful in the intermediate stages of solving the puzzle.)</p></dd>
<dt>Jumble tiles</dt>
<dd><p style="margin-top: 0;"><span class="key">J</span> key</p><p style="margin-bottom: 0;">This key turns all tiles that are not locked to random orientations.</p></dd>
</dl>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3 id="net-params">4.2. Net parameters</h3>


<p>These parameters are available from the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span> and <span class="icon">Height</span></dt>
<dd>Size of grid in tiles.</dd>
<dt><span class="icon">Walls wrap around</span></dt>
<dd>If checked, flow can pass from the left edge to the right edge, and from top to bottom, and vice versa.</dd>
<dt><span class="icon">Barrier probability</span></dt>
<dd><p style="margin-top: 0;">A number between 0.0 and 1.0 controlling whether an immovable barrier is placed between two tiles to prevent flow between them (a higher number gives more barriers). Since barriers are immovable, they act as constraints on the solution (ie. hints).</p><p style="margin-bottom: 0;">The grid generation in Net has been carefully arranged so that the barriers are independent of the rest of the grid. This means that if you note down the random seed used to generate the current puzzle (see <a href="#playing-game-id">Section 3.2. Specifying games with the game ID</a>), change the <span class="icon">Barrier probability</span> parameter, and then re-enter the same random seed, you should see exactly the same starting grid, with the only change being the number of barriers. So if you&rsquo;re stuck on a particular grid and need a hint, you could start up another instance of Net, set up the same parameters but a higher barrier probability, and enter the game seed from the original Net window.</p></dd>
<dt><span class="icon">Ensure unique solution</span></dt>
<dd>Normally, Net will make sure that the puzzles it presents have only one solution. Puzzles with ambiguous sections can be more difficult and more subtle, so if you like you can turn off this feature and risk having ambiguous puzzles. (Also, finding <em>all</em> the possible solutions can be an additional challenge for an advanced player.)</dd>
</dl>

<h3>4.3. Net user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the Net <span class="window">Game</span> window menu will let you configure when loops are highlighted as errors. By default, they&rsquo;re always highlighted; by changing this option, you can ask for a loop to be highlighted only if every tile forming part of the loop is locked. This avoids the loop highlighting acting as a spoiler for available deductions about squares you haven&rsquo;t even looked at yet.</p>

<h2 id="cube">5. Cube</h2>


<p>This is another one I originally saw as a web game. This one was a Java game<a href="#note-cube-1"><sup>2</sup></a>, by Paul Scott. You have a grid of 16 squares, six of which are blue; on one square rests a cube. Your move is to use the arrow keys to roll the cube through 90 degrees so that it moves to an adjacent square. If you roll the cube on to a blue square, the blue square is picked up on one face of the cube; if you roll a blue face of the cube on to a non-blue square, the blueness is put down again. (In general, whenever you roll the cube, the two faces that come into contact swap colours.) Your job is to get all six blue squares on to the six faces of the cube at the same time. Count your moves and try to do it in as few as possible.</p>

<p>Unlike the original Java game, my version has an additional feature: once you&rsquo;ve mastered the game with a cube rolling on a square grid, you can change to a triangular grid and roll any of a tetrahedron, an octahedron or an icosahedron.</p>

<dl class="footnotes">
<dt id="note-cube-1">Note 2</dt>
<dd><a href="http://www3.sympatico.ca/paulscott/cube/cube.htm">http://www3.sympatico.ca/paulscott/cube/cube.htm</a></dd>
</dl>

<h3>5.1. Cube controls</h3>


<p>This game can be played with either the keyboard or the mouse.</p>

<p><span class="mouse">Select</span>-clicking anywhere on the window will move the cube (or other solid) towards the mouse pointer.</p>

<p>The arrow keys can also used to roll the cube on its square grid in the four cardinal directions. On the triangular grids, the mapping of arrow keys to directions is more approximate. Vertical movement is disallowed where it doesn&rsquo;t make sense. The four keys surrounding the arrow keys on the numeric keypad (<span class="key">7</span>, <span class="key">9</span>, <span class="key">1</span>, <span class="key">3</span>) can be used for diagonal movement.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>5.2. Cube parameters</h3>


<p>These parameters are available from the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Type of solid</span></dt>
<dd>Selects the solid to roll (and hence the shape of the grid): tetrahedron, cube, octahedron, or icosahedron.</dd>
<dt><span class="icon">Width / top</span>, <span class="icon">Height / bottom</span></dt>
<dd>On a square grid, horizontal and vertical dimensions. On a triangular grid, the number of triangles on the top and bottom rows respectively.</dd>
</dl>

<h2 id="fifteen">6. Fifteen</h2>


<p>The old ones are the best: this is the good old &lsquo;15-puzzle&rsquo; with sliding tiles, which dates from the 1870s. You have a 4&times;4 square grid; 15 squares contain numbered tiles, and the sixteenth is empty. Your move is to choose a tile next to the empty space, and slide it into the space. The aim is to end up with the tiles in numerical order, with the space in the bottom right (so that the top row reads 1,2,3,4 and the bottom row reads 13,14,15,space).</p>

<h3>6.1. Fifteen controls</h3>


<p>This game can be controlled with the mouse or the keyboard.</p>

<p>A <span class="mouse">Select</span>-click with the mouse in the row or column containing the empty space will move as many tiles as necessary to move the space to the mouse pointer.</p>

<p>By default, the arrow keys will move a tile adjacent to the space in the direction indicated (moving the space in the <em>opposite</em> direction).</p>

<p>Pressing <span class="key">H</span> will make a suggested move. Pressing <span class="key">H</span> enough times will solve the game, but it may scramble your progress while doing so.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>6.2. Fifteen parameters</h3>


<p>The only options available from the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu are <span class="icon">Width</span> and <span class="icon">Height</span>, which are self-explanatory. (Once you&rsquo;ve changed these, it&rsquo;s not a &lsquo;15-puzzle&rsquo; any more, of course!)</p>

<h3>6.3. Fifteen user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the sense of the arrow keys. With the default setting, <span class="menu">Move the tile</span>, the arrow key you press indicates the direction that you want a tile to move, so that (for example) if you want to move the tile left of the gap rightwards into the gap, you&rsquo;d press <span class="key">Right</span>. With the opposite setting, <span class="menu">Move the gap</span>, the behaviour of the arrow keys is reversed, and you would press <span class="key">Left</span> to move the tile left of the gap into the gap, so that the <em>gap</em> ends up one square left of where it was.</p>

<h2 id="sixteen">7. Sixteen</h2>


<p>Another sliding tile puzzle, visually similar to <a href="#fifteen">Fifteen</a> but with a different type of move. This time, there is no hole: all 16 squares on the grid contain numbered squares. Your move is to shift an entire row left or right, or shift an entire column up or down; every time you do that, the tile you shift off the grid re-appears at the other end of the same row, in the space you just vacated. To win, arrange the tiles into numerical order (1,2,3,4 on the top row, 13,14,15,16 on the bottom). When you&rsquo;ve done that, try playing on different sizes of grid.</p>

<p>I <em>might</em> have invented this game myself, though only by accident if so (and I&rsquo;m sure other people have independently invented it). I thought I was imitating a screensaver I&rsquo;d seen, but I have a feeling that the screensaver might actually have been a Fifteen-type puzzle rather than this slightly different kind. So this might be the one thing in my puzzle collection which represents creativity on my part rather than just engineering.</p>

<h3 id="sixteen-controls">7.1. Sixteen controls</h3>


<p><span class="mouse">Select</span>-clicking on an arrow will move the appropriate row or column in the direction indicated. <span class="mouse">Adjust</span>-clicking will move it in the opposite direction.</p>

<p>Alternatively, use the cursor keys to move the position indicator around the edge of the grid, and use the return key to move the row/column in the direction indicated.</p>

<p>You can also move the tiles directly. Move the cursor onto a tile, hold <span class="key">Ctrl</span> and press an arrow key to move the tile under the cursor and move the cursor along with the tile. Or, hold <span class="key">Shift</span> to move only the tile. Pressing <span class="key">Enter</span> simulates holding down <span class="key">Ctrl</span> (press <span class="key">Enter</span> again to release), while pressing <span class="key">Space</span> simulates holding down <span class="key">Shift</span>.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3 id="sixteen-params">7.2. Sixteen parameters</h3>


<p>The parameters available from the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu are:</p>

<dl>
<dt><span class="icon">Width</span> and <span class="icon">Height</span></dt>
<dd>Which are self-explanatory.</dd>
<dt>Number of shuffling moves</dt>
<dd>You can ask for a limited shuffling operation to be performed on the grid. By default, Sixteen will shuffle the grid in such a way that any arrangement is about as probable as any other. You can override this by requesting a precise number of shuffling moves to be performed. Typically your aim is then to determine the precise set of shuffling moves and invert them exactly, so that you answer (say) a four-move shuffle with a four-move solution. Note that the more moves you ask for, the more likely it is that solutions shorter than the target length will turn out to be possible.</dd>
</dl>

<h2 id="twiddle">8. Twiddle</h2>


<p>Twiddle is a tile-rearrangement puzzle, visually similar to <a href="#twiddle">Sixteen</a>: you are given a grid of square tiles, each containing a number, and your aim is to arrange the numbers into ascending order.</p>

<p>In basic Twiddle, your move is to rotate a square group of four tiles about their common centre. (Orientation is not significant in the basic puzzle, although you can select it.) On more advanced settings, you can rotate a larger square group of tiles.</p>

<p>I first saw this type of puzzle in the GameCube game <cite>Metroid Prime 2</cite>. In the Main Gyro Chamber in that game, there is a puzzle you solve to unlock a door, which is a special case of Twiddle. I developed this game as a generalisation of that puzzle.</p>

<h3>8.1. Twiddle controls</h3>


<p>To play Twiddle, click the mouse in the centre of the square group you wish to rotate. In the basic mode, you rotate a 2&times;2 square, which means you have to click at a corner point where four tiles meet.</p>

<p>In more advanced modes you might be rotating 3&times;3 or even more at a time; if the size of the square is odd then you simply click in the centre tile of the square you want to rotate.</p>

<p>Clicking with <span class="mouse">Select</span> rotates the group anticlockwise. Clicking with <span class="mouse">Adjust</span> rotates it clockwise.</p>

<p>You can also move an outline square around the grid with the cursor keys; the square is the size above (2&times;2 by default, or larger). Pressing the <span class="key">Return</span> key or <span class="key">Space</span> bar will rotate the current square anticlockwise or clockwise respectively.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>8.2. Twiddle parameters</h3>


<p>Twiddle provides several configuration options via the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu:</p>

<dl>
<dt><span class="icon">Width</span> and <span class="icon">Height</span></dt>
<dd>You can configure the width and height of the puzzle grid.</dd>
<dt><span class="icon">Rotating block size</span></dt>
<dd>You can configure the size of square block that rotates at a time.</dd>
<dt><span class="icon">One number per row</span></dt>
<dd>You can ask for every square in the grid to be distinguishable (the default), or you can ask for a simplified puzzle in which there are groups of identical numbers. In the simplified puzzle your aim is just to arrange all the 1s into the first row, all the 2s into the second row, and so on.</dd>
<dt><span class="icon">Orientation matters</span></dt>
<dd>You can configure whether the orientation of tiles matters. If you ask for an orientable puzzle, each tile will have a triangle drawn in it. All the triangles must be pointing upwards to complete the puzzle.</dd>
<dt><span class="icon">Number of shuffling moves</span></dt>
<dd>You can ask for a limited shuffling operation to be performed on the grid. By default, Twiddle will shuffle the grid so much that any arrangement is about as probable as any other. You can override this by requesting a precise number of shuffling moves to be performed. Typically your aim is then to determine the precise set of shuffling moves and invert them exactly, so that you answer (say) a four-move shuffle with a four-move solution. Note that the more moves you ask for, the more likely it is that solutions shorter than the target length will turn out to be possible.</dd>
</dl>

<h2 id="rectangles">9. Rectangles</h2>


<p>You have a grid of squares, with numbers written in some (but not all) of the squares. Your task is to subdivide the grid into rectangles of various sizes, such that (a) every rectangle contains exactly one numbered square, and (b) the area of each rectangle is equal to the number written in its numbered square.</p>

<p>Credit for this game goes to the Japanese puzzle magazine Nikoli<a href="#note-rectangles-1"><sup>3</sup></a>; I&rsquo;ve also seen a Palm implementation at Puzzle Palace<a href="#note-rectangles-2"><sup>4</sup></a>. Unlike Puzzle Palace&rsquo;s implementation, my version automatically generates random grids of any size you like. The quality of puzzle design is therefore not quite as good as hand-crafted puzzles would be, but on the plus side you get an inexhaustible supply of puzzles tailored to your own specification.</p>

<dl class="footnotes">
<dt id="note-rectangles-1">Note 3</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/shikaku/" class="external">https://www.nikoli.co.jp/en/puzzles/shikaku/</a></dd>

<dt id="note-rectangles-2">Note 4</dt>
<dd><a href="https://web.archive.org/web/20041024001459/http://www.puzzle.gr.jp/puzzle/sikaku/palm/index.html.en" class="external">https://web.archive.org/web/20041024001459/http://www.puzzle.gr.jp/puzzle/sikaku/palm/index.html.en</a></dd>
</dl>

<h3>9.1. Rectangles controls</h3>


<p>This game is played with the mouse or cursor keys.</p>

<p><span class="mouse">Select</span>-click any edge to toggle it on or off, or <span class="mouse">Select</span>-drag to draw an entire rectangle (or line) on the grid in one go (removing any existing edges within that rectangle). <span class="mouse">Adjust</span>-dragging will allow you to erase the contents of a rectangle without affecting its edges.</p>

<p>Alternatively, use the cursor keys to move the position indicator around the board. Pressing the <span class="key">Return</span> key then allows you to use the cursor keys to drag a rectangle out from that position, and pressing the <span class="key">Return</span> key again completes the rectangle. Using the <span class="key">Space</span> bar instead of the <span class="key">Return</span> key allows you to erase the contents of a rectangle without affecting its edges, as above. Pressing <span class="key">Escape</span> cancels a drag.</p>

<p>When a rectangle of the correct size is completed, it will be shaded.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>9.2. Rectangles parameters</h3>


<p>These parameters are available from the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid, in squares.</dd>
<dt><span class="icon">Expansion factor</span></dt>
<dd><p style="margin-top: 0;">This is a mechanism for changing the type of grids generated by the program. Some people prefer a grid containing a few large rectangles to one containing many small ones. So you can ask Rectangles to essentially generate a <em>smaller</em> grid than the size you specified, and then to expand it by adding rows and columns.</p>
<p>The default expansion factor of zero means that Rectangles will simply generate a grid of the size you ask for, and do nothing further. If you set an expansion factor of (say) 0.5, it means that each dimension of the grid will be expanded to half again as big after generation. In other words, the initial grid will be 2/3 the size in each dimension, and will be expanded to its full size without adding any more rectangles.</p>
<p style="margin-bottom: 0;">Setting an expansion factor of around 0.5 tends to make the game more difficult, and also (in my experience) rewards a less deductive and more intuitive playing style. If you set it <em>too</em> high, though, the game simply cannot generate more than a few rectangles to cover the entire grid, and the game becomes trivial.</p></dd>
<dt><span class="icon">Ensure unique solution</span></dt>
<dd>Normally, Rectangles will make sure that the puzzles it presents have only one solution. Puzzles with ambiguous sections can be more difficult and more subtle, so if you like you can turn off this feature and risk having ambiguous puzzles. Also, finding <em>all</em> the possible solutions can be an additional challenge for an advanced player. Turning off this option can also speed up puzzle generation.</dd>
</dl>

<h2 id="netslide">10. Netslide</h2>


<p>This game combines the grid generation of <a href="#net">Net</a> with the movement of <a href="#sixteen">Sixteen</a>: you have a Net grid, but instead of rotating tiles back into place you have to slide them into place by moving a whole row at a time.</p>

<p>As in Sixteen, control is with the mouse or cursor keys. See <a href="#net-controls">Section 4.1. Net controls</a>.</p>

<p>The available game parameters have similar meanings to those in <a href="#net-params">Section 4.2. Net parameters</a> and <a href="#sixteen-params">Section 7.2. Sixteen parameters</a>.</p>

<p>Netslide was contributed to this collection by Richard Boulton.</p>

<h2 id="pattern">11. Pattern</h2>


<p>You have a grid of squares, which must all be filled in either black or white. Beside each row of the grid are listed, in order, the lengths of the runs of black squares on that row; above each column are listed, in order, the lengths of the runs of black squares in that column. Your aim is to fill in the entire grid black or white.</p>

<p>I first saw this puzzle form around 1995, under the name &lsquo;nonograms&rsquo;. I&rsquo;ve seen it in various places since then, under different names.</p>

<p>Normally, puzzles of this type turn out to be a meaningful picture of something once you&rsquo;ve solved them. However, since this version generates the puzzles automatically, they will just look like random groupings of squares. (One user has suggested that this is actually a <em>good</em> thing, since it prevents you from guessing the colour of squares based on the picture, and forces you to use logic instead.) The advantage, though, is that you never run out of them.</p>

<h3>11.1. Pattern controls</h3>


<p>This game is played with the mouse.</p>

<p><span class="mouse">Select</span>-click in a square to colour it black. <span class="mouse">Adjust</span>-click to colour it white. If you make a mistake, you can <span class="key">Ctrl</span>-<span class="mouse">Select</span>-click, or hold down <span class="key">Shift</span> while clicking with either button, to colour the square in the default grey (meaning &lsquo;undecided&rsquo;) again.</p>

<p>You can click and drag with <span class="mouse">Select</span> or <span class="mouse">Adjust</span> to colour a vertical or horizontal line of squares black or white at a time (respectively). If you click and drag with <span class="key">Ctrl</span>-<span class="mouse">Select</span>, or with <span class="key">Shift</span> held down, you can colour a whole rectangle of squares grey.</p>

<p>You can also move around the grid with the cursor keys. Pressing the <span class="key">Return</span> key will cycle the current cell through empty, then black, then white, then empty, and the <span class="key">Space</span> bar does the same cycle in reverse.</p>

<p>Moving the cursor while holding <span class="key">Ctrl</span> will colour the moved-over squares black. Holding <span class="key">Shift</span> will colour the moved-over squares white, and holding both will colour them grey.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>11.2. Pattern parameters</h3>


<p>The only options available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu are <span class="icon">Width</span> and <span class="icon">Height</span>, which are self-explanatory.</p>

<h2 id="solo">12. Solo</h2>


<p>You have a square grid, which is divided into as many equally sized sub-blocks as the grid has rows. Each square must be filled in with a digit from 1 to the size of the grid, in such a way that</p>

<ul>
<li>every row contains only one occurrence of each digit,</li>
<li>every column contains only one occurrence of each digit, and</li>
<li>every block contains only one occurrence of each digit.</li>
<li>(optionally, by default off) each of the square&rsquo;s two main diagonals contains only one occurrence of each digit.</li>
</ul>

<p>You are given some of the numbers as clues; your aim is to place the rest of the numbers correctly.</p>

<p>Under the default settings, the sub-blocks are square or rectangular. The default puzzle size is 3&times;3 (a 9&times;9 actual grid, divided into nine 3&times;3 blocks). You can also select sizes with rectangular blocks instead of square ones, such as 2&times;3 (a 6&times;6 grid divided into six 3&times;2 blocks). Alternatively, you can select &lsquo;jigsaw&rsquo; mode, in which the sub-blocks are arbitrary shapes which differ between individual puzzles.</p>

<p>Another available mode is &lsquo;killer&rsquo;. In this mode, clues are not given in the form of filled-in squares; instead, the grid is divided into &lsquo;cages&rsquo; by coloured lines, and for each cage the game tells you what the sum of all the digits in that cage should be. Also, no digit may appear more than once within a cage, even if the cage crosses the boundaries of existing regions.</p>

<p>If you select a puzzle size which requires more than 9 digits, the additional digits will be letters of the alphabet. For example, if you select 3&times;4 then the digits which go in your grid will be 1 to 9, plus &lsquo;a&rsquo;, &lsquo;b&rsquo; and &lsquo;c&rsquo;. This cannot be selected for killer puzzles.</p>

<p>I first saw this puzzle in Nikoli<a href="#note-solo-1"><sup>5</sup></a>, although it&rsquo;s also been popularised by various newspapers under the name &lsquo;Sudoku&rsquo; or &lsquo;Su&nbsp;Doku&rsquo;. Howard Garns is considered the inventor of the modern form of the puzzle, and it was first published in <cite>Dell Pencil Puzzles and Word Games</cite>. A more elaborate treatment of the history of the puzzle can be found on Wikipedia<a href="#note-solo-2"><sup>6</sup></a>.</p>

<dl class="footnotes">
<dt id="note-solo-1">Note 5</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/sudoku/" class="external">https://www.nikoli.co.jp/en/puzzles/sudoku/</a></dd>

<dt id="note-solo-2">Note 6</dt>
<dd><a href="http://en.wikipedia.org/wiki/Sudoku" class="external">http://en.wikipedia.org/wiki/Sudoku</a></dd>
</dl>

<h3>12.1. Solo controls</h3>


<p>To play Solo, simply click the mouse in any empty square and then type a digit or letter on the keyboard to fill that square. If you make a mistake, click the mouse in the incorrect square and press <span class="key">Space</span> to clear it again (or use the Undo feature).</p>

<p>If you <span class="mouse">Adjust</span>-click in a square and then type a number, that number will be entered in the square as a &lsquo;pencil mark&rsquo;. You can have pencil marks for multiple numbers in the same square. Squares containing filled-in numbers cannot also contain pencil marks.</p>

<p>The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular number, or you can use them as lists of the possible numbers in a given square, or anything else you feel like.</p>

<p>To erase a single pencil mark, <span class="mouse">Adjust</span>-click in the square and type the same number again.</p>

<p>All pencil marks in a square are erased when you <span class="mouse">Select</span>-click and type a number, or when you <span class="mouse">Select</span>-click and press <span class="key">Space</span>. <span class="mouse">Adjust</span>-clicking and pressing <span class="key">Space</span> will also erase pencil marks.</p>

<p>Alternatively, use the cursor keys to move the mark around the grid. Pressing the <span class="key">Return</span> key toggles the mark (from a normal mark to a pencil mark), and typing a number in is entered in the square in the appropriate way; typing in a 0 or using the space bar will clear a filled square.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>12.2. Solo parameters</h3>


<p>Solo allows you to configure two separate dimensions of the puzzle grid using <span class="menu">Type</span> &ndash; <span class="menu">Custom</span> from the <span class="window">Game</span> window: the number of <span class="icon">Columns of sub-blocks</span>, and the number of <span class="icon">Rows of sub-blocks</span>, into which the main grid is divided. (The size of a block is the inverse of this: for example, if you select 2 columns and 3 rows, each actual block will have 3 columns and 2 rows.)</p>

<p>If you tick the <span class="icon">X</span> checkbox, Solo will apply the optional extra constraint that the two main diagonals of the grid also contain one of every digit. (This is sometimes known as &lsquo;Sudoku-X&rsquo; in newspapers.) In this mode, the squares on the two main diagonals will be shaded slightly so that you know it&rsquo;s enabled.</p>

<p>If you tick the <span class="icon">Jigsaw</span> checkbox, Solo will generate randomly shaped sub-blocks. In this mode, the actual grid size will be taken to be the product of the numbers entered in the <span class="icon">Columns of sub-blocks</span> and <span class="icon">Rows of sub-blocks</span> boxes. There is no reason why you have to enter a number greater than 1 in both boxes; Jigsaw mode has no constraint on the grid size, and it can even be a prime number if you feel like it.</p>

<p>If you tick the <span class="icon">Killer</span> checkbox, Solo will generate a set of of cages, which are randomly shaped and drawn in an outline of a different colour. Each of these regions contains a smaller clue which shows the digit sum of all the squares in this region.</p>

<p>You can also configure the type of <span class="icon">Symmetry</span> shown in the generated puzzles. More symmetry makes the puzzles look prettier but may also make them easier, since the symmetry constraints can force more clues than necessary to be present. Completely asymmetric puzzles have the freedom to contain as few clues as possible.</p>

<p>Finally, you can configure the <span class="icon">Difficulty</span> of the generated puzzles. Difficulty levels are judged by the complexity of the techniques of deduction required to solve the puzzle: each level requires a mode of reasoning which was not necessary in the previous one. In particular, on difficulty levels <span class="menu">Trivial</span> and <span class="menu">Basic</span> there will be a square you can fill in with a single number at all times, whereas at <span class="menu">Intermediate</span> level and beyond you will have to make partial deductions about the <em>set</em> of squares a number could be in (or the set of numbers that could be in a square). At <span class="menu">Unreasonable</span> level, even this is not enough, and you will eventually have to make a guess, and then backtrack if it turns out to be wrong.</p>

<p>Generating difficult puzzles is itself difficult: if you select one of the higher difficulty levels, Solo may have to make many attempts at generating a puzzle before it finds one hard enough for you. Be prepared to wait, especially if you have also configured a large puzzle size.</p>

<h2 id="mines">13. Mines</h2>


<p>You have a grid of covered squares, some of which contain mines, but you don&rsquo;t know which. Your job is to uncover every square which does <em>not</em> contain a mine. If you uncover a square containing a mine, you lose. If you uncover a square which does not contain a mine, you are told how many mines are contained within the eight surrounding squares.</p>

<p>This game needs no introduction; popularised by Windows, it is perhaps the single best known desktop puzzle game in existence.</p>

<p>This version of it has an unusual property. By default, it will generate its mine positions in such a way as to ensure that you never need to <em>guess</em> where a mine is: you will always be able to deduce it somehow. So you will never, as can happen in other versions, get to the last four squares and discover that there are two mines left but you have no way of knowing for sure where they are.</p>

<h3>13.1. Mines controls</h3>


<p>This game is played with the mouse.</p>

<p>If you <span class="mouse">Select</span>-click in a covered square, it will be uncovered.</p>

<p>If you <span class="mouse">Adjust</span>-click in a covered square, it will place a flag which indicates that the square is believed to be a mine. <span class="mouse">Select</span>-clicking in a marked square will not uncover it, for safety. You can <span class="mouse">Adjust</span>-click again to remove a mark placed in error.</p>

<p>If you <span class="mouse">Select</span>-click in an <em>uncovered</em> square, it will &lsquo;clear around&rsquo; the square. This means: if the square has exactly as many flags surrounding it as it should have mines, then all the covered squares next to it which are <em>not</em> flagged will be uncovered. So once you think you know the location of all the mines around a square, you can use this function as a shortcut to avoid having to click on each of the remaining squares one by one.</p>

<p>If you uncover a square which has <em>no</em> mines in the surrounding eight squares, then it is obviously safe to uncover those squares in turn, and so on if any of them also has no surrounding mines. This will be done for you automatically; so sometimes when you uncover a square, a whole new area will open up to be explored.</p>

<p>You can also use the cursor keys to move around the minefield. Pressing the <span class="key">Return</span> key in a covered square uncovers it, and in an uncovered square will clear around it (so it acts as the <span class="mouse">Select</span> button), pressing the <span class="key">Space</span> bar in a covered square will place a flag (similarly, it acts as the <span class="mouse">Adjust</span> button).</p>

<p>All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.</p>

<p>Even <span class="menu">Undo</span> is available, although you might consider it cheating to use it. If you step on a mine, the program will only reveal the mine in question (unlike most other implementations, which reveal all of them). You can then Undo your fatal move and continue playing if you like. The program will track the number of times you died (and Undo will not reduce that counter), so when you get to the end of the game you know whether or not you did it without making any errors.</p>

<p>(If you really want to know the full layout of the grid, which other implementations will show you after you die, you can always use the <span class="menu">Solve</span> menu option.)</p>

<h3>13.2. Mines parameters</h3>


<p>The options available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> option in the <span class="window">Game</span> window menu are:</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Mines</span></dt>
<dd><p style="margin-top: 0;">Number of mines in the grid. You can enter this as an absolute mine count, or alternatively you can put a % sign on the end in which case the game will arrange for that proportion of the squares in the grid to be mines.</p><p style="margin-bottom: 0;">Beware of setting the mine count too high. At very high densities, the program may spend forever searching for a solvable grid.</p></dd>
<dt><span class="icon">Ensure solubility</span></dt>
<dd>When this option is enabled (as it is by default), Mines will ensure that the entire grid can be fully deduced starting from the initial open space. If you prefer the riskier grids generated by other implementations, you can switch off this option.</dd>
</dl>

<h2 id="samegame">14. Same Game</h2>


<p>You have a grid of coloured squares, which you have to clear by highlighting contiguous regions of more than one coloured square; the larger the region you highlight, the more points you get (and the faster you clear the arena).</p>

<p>If you clear the grid you win. If you end up with nothing but single squares (ie., there are no more clickable regions left) you lose.</p>

<p>Removing a region causes the rest of the grid to shuffle up: blocks that are suspended will fall down (first), and then empty columns are filled from the right.</p>

<p>Same Game was contributed to this collection by James Harvey.</p>

<h3>14.1. Same Game controls</h3>


<p>This game can be played with either the keyboard or the mouse.</p>

<p>If you <span class="mouse">Select</span>-click an unselected region, it becomes selected (possibly clearing the current selection).</p>

<p>If you <span class="mouse">Select</span>-click the selected region, it will be removed (and the rest of the grid shuffled immediately).</p>

<p>If you <span class="mouse">Adjust</span>-click the selected region, it will be unselected.</p>

<p>The cursor keys move a cursor around the grid. Pressing the <span class="key">Space</span> or <span class="key">Enter</span> keys while the cursor is in an unselected region selects it; pressing <span class="key">Space</span> or <span class="key">Enter</span> again removes it as above.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>14.2. Same Game parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">No. of colours</span></dt>
<dd>Number of different colours used to fill the grid; the more colours, the fewer large regions of colour and thus the more difficult it is to successfully clear the grid.</dd>
<dt><span class="icon">Scoring system</span></dt>
<dd>Controls the precise mechanism used for scoring. With the default system, <span class="menu">(n-2)^2</span>, only regions of three squares or more will score any points at all. With the alternative <span class="menu">(n-1)^2</span> system, regions of two squares score a point each, and larger regions score relatively more points.</dd>
<dt><span class="icon">Ensure solubility</span></dt>
<dd><p style="margin-top: 0;">If this option is ticked (the default state), generated grids will be guaranteed to have at least one solution.</p><p style="margin-bottom: 0;">If you turn it off, the game generator will not try to guarantee soluble grids; it will, however, still ensure that there are at least 2 squares of each colour on the grid at the start (since a grid with exactly one square of a given colour is <em>definitely</em> insoluble). Grids generated with this option disabled may contain more large areas of contiguous colour, leading to opportunities for higher scores; they can also take less time to generate.</p></dd>
</dl>

<h2 id="flip">15. Flip</h2>


<p>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.</p>

<p>Each square contains a small diagram showing which other squares change when you flip it.</p>

<h3>15.1. Flip controls</h3>


<p>This game can be played with either the keyboard or the mouse.</p>

<p><span class="mouse">Select</span>-click in a square to flip it and its associated squares, or use the cursor keys to choose a square and the <span class="key">Space</span> bar or <span class="key">Enter</span> key to flip.</p>

<p>If you use the <span class="menu">Solve</span> function on this game, it will mark some of the squares in red. If you click once in every square with a red mark, the game should be solved. (If you click in a square <em>without</em> a red mark, a red mark will appear in it to indicate that you will need to reverse that operation to reach the solution.)</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>15.2. Flip parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Shape type</span></dt>
<dd>This control determines the shape of the region which is flipped by clicking in any given square. The default setting, <span class="menu">Crosses</span>,causes every square to flip itself and its four immediate neighbours (or three or two if it&rsquo;s at an edge or corner). The other setting, <span class="menu">Random</span>, causes a random shape to be chosen for every square, so the game is different every time.</dd>
</dl>

<h2 id="guess">16. Guess</h2>


<p>You have a set of coloured pegs, and have to reproduce a predetermined sequence of them (chosen by the computer) within a certain number of guesses.</p>

<p>Each guess gets marked with the number of correctly-coloured pegs in the correct places (in black), and also the number of correctly-coloured pegs in the wrong places (in white).</p>

<p>This game is also known (and marketed, by Hasbro, mainly) as a board game <cite>Mastermind</cite>, with 6 colours, 4 pegs per row, and 10 guesses.However, this version allows custom settings of number of colours (up to 10), number of pegs per row, and number of guesses.</p>

<p>Guess was contributed to this collection by James Harvey.</p>

<h3>16.1. Guess controls</h3>


<p>This game can be played with either the keyboard or the mouse.</p>

<p>With the mouse, drag a coloured peg from the tray on the left-hand side to its required position in the current guess; pegs may also be dragged from current and past guesses to copy them elsewhere. To remove a peg, drag it off its current position to somewhere invalid.</p>

<p><span class="mouse">Adjust</span>-clicking in the current guess adds a &lsquo;hold&rsquo; marker; pegs that have hold markers will be automatically added to the next guess after marking.</p>

<p>Alternatively, with the keyboard, the <span class="key">Up</span> and <span class="key">Down</span> cursor keys can be used to select a peg colour, the <span class="key">Left</span> and <span class="key">Right</span> keys to select a peg position, and the <span class="key">Enter</span> key to place a peg of the selected colour in the chosen position. <span class="key">D</span> or <span class="key">Backspace</span> removes a peg, and <span class="key">Space</span> adds a hold marker.</p>

<p>The number keys can also be used to insert pegs: <span class="key">1</span> inserts the top-most colour, <span class="key">2</span> the second one, and so forth. These also move the peg cursor to the right. Pressing <span class="key">L</span> will label the pegs with their numbers.</p>

<p>Pressing <span class="key">H</span> or <span class="key">?</span> will fill the current guess with a suggested guess. Using this is not recommended for 10 or more pegs as it is slow.</p>

<p>When the guess is complete, the smaller feedback pegs will be highlighted; clicking on these (or moving the peg cursor to them with the arrow keys and pressing the <span class="key">Space</span> bar or <span class="key">Enter</span> key) will mark the current guess, copy any held pegs to the next guess, and move the &lsquo;current guess&rsquo; marker.</p>

<p>If you correctly position all the pegs the solution will be displayed below; if you run out of guesses (or select <span class="menu">Solve...</span>) the solution will also be revealed.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>16.2. Guess parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu. The default game matches the parameters for the board game <cite>Mastermind</cite>.</p>

<dl>
<dt><span class="icon">Colours</span></dt>
<dd>Number of colours the solution is chosen from; from 2 to 10 (more is harder).</dd>
<dt><span class="icon">Pegs per guess</span></dt>
<dd>Number of pegs per guess (more is harder).</dd>
<dt><span class="icon">Guesses</span></dt>
<dd>Number of guesses you have to find the solution in (fewer is harder).</dd>
<dt><span class="icon">Allow blanks</span></dt>
<dd><p style="margin-top: 0;">Allows blank pegs to be given as part of a guess (makes it easier, because you know that those will never be counted as part of the solution). This is turned off by default.</p><p style="margin-bottom: 0;">Note that this doesn&rsquo;t allow blank pegs in the solution; if you really wanted that, use one extra colour.</p></dd>
<dt><span class="icon">Allow duplicates</span></dt>
<dd>Allows the solution (and the guesses) to contain colours more than once; this increases the search space (making things harder), and is turned on by default.</dd>
</dl>

<h3>16.3. Guess user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure whether pegs are labelled with their numbers. Unlike the <span class="key">L</span> key, this will persist between games.</p>

<h2 id="pegs">17. Pegs</h2>


<p>A number of pegs are placed in holes on a board. You can remove a peg by jumping an adjacent peg over it (horizontally or vertically) to a vacant hole on the other side. Your aim is to remove all but one of the pegs initially present.</p>

<p>This game, best known as &lsquo;Peg Solitaire&rsquo;, is possibly one of the oldest puzzle games still commonly known.</p>

<h3>17.1. Pegs controls</h3>


<p>To move a peg, drag it with the mouse from its current position to its final position. If the final position is exactly two holes away from the initial position, is currently unoccupied by a peg, and there is a peg in the intervening square, the move will be permitted and the intervening peg will be removed.</p>

<p>Vacant spaces which you can move a peg into are marked with holes. A space with no peg and no hole is not available for moving at all: it is an obstacle which you must work around.</p>

<p>You can also use the cursor keys to move a position indicator around the board. Pressing the <span class="key">Return</span> key while over a peg, followed by a cursor key, will jump the peg in that direction (if that is a legal move).</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>17.2. Pegs parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in holes.</dd>
<dt><span class="icon">Board type</span></dt>
<dd>Controls whether you are given a board of a standard shape or a randomly generated shape. The two standard shapes currently supported are <span class="menu">Cross</span> (in various sizes) and <span class="menu">Octagon</span>;. The 7&times;7 Cross is the traditional English board layout. The Octagon is the traditional French one. Selecting <span class="menu">Random</span>; will give you a different board shape every time (but always one that is known to have a solution).</dd>
</dl>

<h2 id="dominosa">18. Dominosa</h2>


<p>A normal set of dominoes &ndash; that is, one instance of every (unordered) pair of numbers from 0 to 6 &ndash; has been arranged irregularly into a rectangle; then the number in each square has been written down and the dominoes themselves removed. Your task is to reconstruct the pattern by arranging the set of dominoes to match the provided array of numbers.</p>

<p>This puzzle is widely credited to O. S. Adler, and takes part of its name from those initials.</p>

<h3>18.1. Dominosa controls</h3>


<p><span class="mouse">Select</span>-clicking between any two adjacent numbers places a domino covering them, or removes one if it is already present. Trying to place a domino which overlaps existing dominoes will remove the ones it overlaps.</p>

<p><span class="mouse">Adjust</span>-clicking between two adjacent numbers draws a line between them, which you can use to remind yourself that you know those two numbers are <em>not</em> covered by a single domino. <span class="mouse">Adjust</span>-clicking again removes the line.</p>

<p>You can also use the cursor keys to move a cursor around the grid. When the cursor is half way between two adjacent numbers, pressing the <span class="key">Return</span> key will place a domino covering those numbers, or pressing the <span class="key">Space</span> bar will lay a line between the two squares. Repeating either action removes the domino or line.</p>

<p>Pressing a number key will highlight all occurrences of that number. Pressing that number again will clear the highlighting. Up to two different numbers can be highlighted at any given time.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>18.2. Dominosa parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Maximum number on dominoes</span></dt>
<dd>Controls the size of the puzzle, by controlling the size of the set of dominoes used to make it. Dominoes with numbers going up to <span class="maths">N</span> will give rise to an (<span class="maths">N</span>&nbsp;+&nbsp;2)&nbsp;&times;&nbsp;(<span class="maths">N</span>&nbsp;+&nbsp;1) rectangle; so, in particular, the default value of 6 gives an 8&times;7 grid.</dd>
<dt><span class="icon">Ensure unique solution</span></dt>
<dd>Normally, Dominosa will make sure that the puzzles it presents have only one solution. Puzzles with ambiguous sections can be more difficult and sometimes more subtle, so if you like you can turn off this feature. Also, finding <em>all</em> the possible solutions can be an additional challenge for an advanced player. Turning off this option can also speed up puzzle generation.</dd>
</dl>

<h2 id="untangle">19. Untangle</h2>


<p>You are given a number of points, some of which have lines drawn between them. You can move the points about arbitrarily; your aim is to position the points so that no line crosses another.</p>

<p>I originally saw this in the form of a Flash game called Planarity<a href="#untangle-note-1"><sup>7</sup></a>, written by John Tantalo.</p>

<dl class="footnotes">
<dt id="untangle-note-1">Note 7</dt>
<dd><a href="http://planarity.net" class="external">http://planarity.net</a></dd>
</dl>

<h3>19.1. Untangle controls</h3>


<p>To move a point, drag it into a new position with <span class="mouse">Select</span>.</p>

<p>The cursor keys may also be used to navigate amongst the points. Pressing the <span class="key">Enter</span> key will toggle dragging the currently-highlighted point. Pressing <span class="key">Tab</span> or <span class="key">Space</span> will cycle through all the points.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>19.2. Untangle parameters</h3>


<p>There is only one parameter available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Number of points</span></dt>
<dd>Controls the size of the puzzle, by specifying the number of points in the generated graph.</dd>
</dl>

<h2 id="blackbox">20. Black Box</h2>


<p>A number of balls are hidden in a rectangular arena. You have to deduce the positions of the balls by firing lasers positioned at the edges of the arena and observing how their beams are deflected.</p>

<p>Beams will travel straight from their origin until they hit the opposite side of the arena (at which point they emerge), unless affected by balls in one of the following ways:</p>

<ul>
<li>A beam that hits a ball head-on is absorbed and will never re- emerge. This includes beams that meet a ball on the first rank of the arena.</li>
<li>A beam with a ball in its front-left square and no ball ahead of it gets deflected 90 degrees to the right.</li>
<li>A beam with a ball in its front-right square and no ball ahead of it gets similarly deflected to the left.</li>
<li>A beam that would re-emerge from its entry location is considered to be &lsquo;reflected&rsquo;.</li>
<li>A beam which would get deflected before entering the arena by a ball to the front-left or front-right of its entry point is also considered to be &lsquo;reflected&rsquo;.</li>
</ul>

<p>Beams that are reflected appear as a &lsquo;R&rsquo;; beams that hit balls head-on appear as &lsquo;H&rsquo;. Otherwise, a number appears at the firing point and the location where the beam emerges (this number is unique to that shot).</p>

<p>You can place guesses as to the location of the balls, based on the entry and exit patterns of the beams; once you have placed enough balls a button appears enabling you to have your guesses checked.</p>

<p>Here is a diagram showing how the positions of balls can create each of the beam behaviours shown above:</p>

<div class="codeblock"><pre> 1RHR----
|..O.O...|
2........3
|........|
|........|
3........|
|......O.|
H........|
|.....O..|
 12-RR---</pre></div>

<p>As shown, it is possible for a beam to receive multiple reflections before re-emerging (see turn 3). Similarly, a beam may be reflected (possibly more than once) before receiving a hit (the &lsquo;H&rsquo; on the left side of the example).</p>

<p>Note that any layout with more than 4 balls may have a non-unique solution. The following diagram illustrates this; if you know the board contains 5 balls, it is impossible to determine where the fifth ball is (possible positions marked with an x):</p>

<div class="codeblock"><pre> --------
|........|
|........|
|..O..O..|
|...xx...|
|...xx...|
|..O..O..|
|........|
|........|
 --------</pre></div>

<p>For this reason, when you have your guesses checked, the game will check that your solution <em>produces the same results</em> as the computer&rsquo;s, rather than that your solution is identical to the computer&rsquo;s. So in the above example, you could put the fifth ball at <em>any</em> of the locations marked with an x, and you would still win.</p>

<p>Acornsoft published versions of Black Box for the Acorn Atom and the BBC&nbsp;Microcomputer in the early 1980s. The puzzle was contributed to this collection by James Harvey.</p>

<h3>20.1. Black Box controls</h3>


<p>To fire a laser beam, <span class="mouse">Select</span>-click in a square around the edge of the arena. The results will be displayed immediately. Clicking or holding <span class="mouse">Select</span> on one of these squares will highlight the current go (or a previous go) to confirm the exit point for that laser, if applicable.</p>

<p>To guess the location of a ball, <span class="mouse">Select</span>-click within the arena and a black circle will appear marking the guess; click again to remove the guessed ball.</p>

<p>Locations in the arena may be locked against modification by <span class="mouse">Adjust</span>-clicking; whole rows and columns may be similarly locked by <span class="mouse">Adjust</span>-clicking in the laser square above/below that column, or to the left/right of that row.</p>

<p>The cursor keys may also be used to move around the grid. Pressing the <span class="key">Enter</span> key will fire a laser or add a new ball-location guess, and pressing <span class="key">Space</span> will lock a cell, row, or column.</p>

<p>When an appropriate number of balls have been guessed, a button will appear at the top-left corner of the grid; clicking that (with mouse or cursor) will check your guesses.</p>

<p>If you click the &lsquo;check&rsquo; button and your guesses are not correct, the game will show you the minimum information necessary to demonstrate this to you, so you can try again. If your ball positions are not consistent with the beam paths you already know about, one beam path will be circled to indicate that it proves you wrong. If your positions match all the existing beam paths but are still wrong, one new beam path will be revealed (written in red) which is not consistent with your current guesses.</p>

<p>If you decide to give up completely, you can select <span class="menu">Solve</span> to reveal the actual ball positions. At this point, correctly-placed balls will be displayed as filled black circles, incorrectly-placed balls as filled black circles with red crosses, and missing balls as filled red circles. In addition, a red circle marks any laser you had already fired which is not consistent with your ball layout (just as when you press the &lsquo;check&rsquo; button), and red text marks any laser you <em>could</em> have fired in order to distinguish your ball layout from the correct one.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>20.2. Black Box parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares. There are 2 &times; <span class="icon">Width</span> &times; <span class="icon">Height</span> lasers per grid, two per row and two per column.</dd>
<dt><span class="icon">No. of balls</span></dt>
<dd>Number of balls to place in the grid. This can be a single number, or a range (separated with a hyphen, like <span class="entry">2-6</span>), and determines the number of balls to place on the grid. The &lsquo;reveal&rsquo; button is only enabled if you have guessed an appropriate number of balls; a guess using a different number to the original solution is still acceptable, if all the beam inputs and outputs match.</dd>
</dl>

<h2 id="slant">21. Slant</h2>


<p>You have a grid of squares. Your aim is to draw a diagonal line through each square, and choose which way each line slants so that the following conditions are met:</p>

<ul>
<li>The diagonal lines never form a loop.</li>
<li>Any point with a circled number has precisely that many lines meeting at it. (Thus, a 4 is the centre of a cross shape, whereas a zero is the centre of a diamond shape &ndash; or rather, a partial diamond shape, because a zero can never appear in the middle of the grid because that would immediately cause a loop.)</li>
</ul>

<p>Credit for this puzzle goes to Nikoli<a href="#slant-note-1"><sup>8</sup></a>.</p>

<dl class="footnotes">
<dt id="slant-note-1">Note 8</dt>
<dd><a href="https://www.nikoli.co.jp/ja/puzzles/gokigen_naname/" class="external">https://www.nikoli.co.jp/ja/puzzles/gokigen_naname/</a> (in Japanese)</dd>
</dl>

<h3>21.1. Slant controls</h3>


<p><span class="mouse">Select</span>-clicking in a blank square will place a <code>\</code> in it (a line leaning to the left, ie. running from the top left of the square to the bottom right). <span class="mouse">Adjust</span>-clicking in a blank square will place a <code>/</code> in it (leaning to the right, running from top right to bottom left).</p>

<p>Continuing to click either button will cycle between the three possible square contents. Thus, if you <span class="mouse">Select</span>-click repeatedly in a blank square it will change from blank to <code>\</code> to <code>/</code> back to blank, and if you <span class="mouse">Adjust</span>-click repeatedly the square will change from blank to <code>/</code> to <code>\</code> back to blank. (Therefore, you can play the game entirely with one button if you need to.)</p>

<p>You can also use the cursor keys to move around the grid. Pressing the <span class="key">Return</span> or <span class="key">Space</span> keys will place a <code>\</code> or a <code>/</code>, respectively, and will then cycle them as above. You can also press <span class="key">/</span> or <span class="key">\</span> to place a <code>/</code> or <code>\</code>, respectively, independent of what is already in the cursor square. Backspace removes any line from the cursor square.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>21.2. Slant parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. At <span class="menu">Hard</span> level, you are required to do deductions based on knowledge of <em>relationships</em> between squares rather than always being able to deduce the exact contents of one square at a time. (For example, you might know that two squares slant in the same direction, even if you don&rsquo;t yet know what that direction is, and this might enable you to deduce something about still other squares.) Even at <span class="menu">Hard</span> level, guesswork and backtracking should never be necessary.</dd>
</dl>

<h3>21.3. Slant user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure which way round the mouse buttons work (where &lsquo;Left&rsquo; and &lsquo;Right&rsquo; refer to <span class="mouse">Select</span> and <span class="mouse">Adjust</span> respectively).</p>

<h2 id="lightup">22. Light Up</h2>


<p>You have a grid of squares. Some are filled in black; some of the black squares are numbered. Your aim is to &lsquo;light up&rsquo; all the empty squares by placing light bulbs in some of them.</p>

<p>Each light bulb illuminates the square it is on, plus all squares in line with it horizontally or vertically unless a black square is blocking the way.</p>

<p>To win the game, you must satisfy the following conditions:</p>

<ul>
<li>All non-black squares are lit.</li>
<li>No light is lit by another light.</li>
<li>All numbered black squares have exactly that number of lights adjacent to them (in the four squares above, below, and to the side).</li>
</ul>

<p>Non-numbered black squares may have any number of lights adjacent to them.</p>

<p>Credit for this puzzle goes to Nikoli<a href="#lightup-note-1"><sup>9</sup></a>.</p>

<p>Light Up was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="lightup-note-1">Note 9</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/akari/" class="external">https://www.nikoli.co.jp/en/puzzles/akari/</a></dd>
</dl>

<h3>22.1. Light Up controls</h3>


<p><span class="mouse">Select</span>-clicking in a non-black square will toggle the presence of a light in that square. <span class="mouse">Adjust</span>-clicking in a non-black square toggles a mark there to aid solving; it can be used to highlight squares that cannot be lit, for example.</p>

<p>You may not place a light in a marked square, nor place a mark in a lit square.</p>

<p>The game will highlight obvious errors in red. Lights lit by other lights are highlighted in this way, as are numbered squares which do not (or cannot) have the right number of lights next to them.</p>

<p>Thus, the grid is solved when all non-black squares have yellow highlights and there are no red lights.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>22.2. Light Up parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">%age of black squares</span></dt>
<dd><p style="margin-top: 0;">Rough percentage of black squares in the grid.</p><p style="margin-bottom: 0;">This is a hint rather than an instruction. If the grid generator is unable to generate a puzzle to this precise specification, it will increase the proportion of black squares until it can.</p></dd>
<dt><span class="icon">Symmetry</span></dt>
<dd>Allows you to specify the required symmetry of the black squares in the grid. (This does not affect the difficulty of the puzzles noticeably.)</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd><span class="menu">Easy</span> means that the puzzles should be soluble without backtracking or guessing, <span class="menu">Hard</span> means that some guesses will probably be necessary.</dd>
</dl>

<h3>22.3. Light Up user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure whether &lsquo;this is not a light&rsquo; marks are shown when the square is also lit.</p>

<h2 id="map">23. Map</h2>


<p>You are given a map consisting of a number of regions. Your task is to colour each region with one of four colours, in such a way that no two regions sharing a boundary have the same colour. You are provided with some regions already coloured, sufficient to make the remainder of the solution unique, and these cannot be changed.</p>

<p>Only regions which share a length of border are required to be different colours. Two regions which meet at only one <em>point</em> (ie. are diagonally separated) may be the same colour.</p>

<p>I believe this puzzle is original; I&rsquo;ve never seen an implementation of it anywhere else. The concept of a four-colouring puzzle was suggested by Alexandra Lanes; credit must also go to Nikoli and to Verity Allan for inspiring the train of thought that led to me realising Alex&rsquo;s suggestion was a viable puzzle. Thanks also to Gareth Taylor for many detailed suggestions.</p>

<h3>23.1. Map controls</h3>


<p>To colour a region, click <span class="mouse">Select</span> on an existing region of the desired colour and drag that colour into the new region.</p>

<p>(The program will always ensure the starting puzzle has at least one region of each colour, so that this is always possible!)</p>

<p>If you need to clear a region, you can drag from an empty region, or from the puzzle boundary if there are no empty regions left.</p>

<p>Dragging a colour using <span class="mouse">Adjust</span> will stipple the region in that colour, which you can use as a note to yourself that you think the region <em>might</em> be that colour. A region can contain stipples in multiple colours at once. (This is often useful at the harder difficulty levels.)</p>

<p>You can also use the cursor keys to move around the map: the colour of the cursor indicates the position of the colour you would drag (which is not obvious if you&rsquo;re on a region&rsquo;s boundary, since it depends on the direction from which you approached the boundary). Pressing the <span class="key">Return</span> key starts a drag of that colour, as above, which you control with the cursor keys; pressing the <span class="key">Return</span> key again finishes the drag. The <span class="key">Space</span> bar can be used similarly to create a stippled region. Double-pressing the <span class="key">Return</span> key (without moving the cursor) will clear the region, as a drag from an empty region does: this is useful with the cursor mode if you have filled the entire map in but need to correct the layout.</p>

<p>If you press <span class="key">L</span> during play, the game will toggle display of a number in each region of the map. This is useful if you want to discuss a particular puzzle instance with a friend &ndash; having an unambiguous name for each region is much easier than trying to refer to them all by names such as &lsquo;the one down and right of the brown one on the top border&rsquo;.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>23.2. Map parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Regions</span></dt>
<dd>Number of regions in the generated map.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd><p style="margin-top: 0;">In <span class="menu">Easy</span> mode, there should always be at least one region whose colour can be determined trivially. In <span class="menu">Normal</span> and <span class="menu">Hard</span> modes, you will have to use increasingly complex logic to deduce the colour of some regions. However, it will always be possible without having to guess or backtrack.</p><p style="margin-bottom: 0;">In <span class="menu">Unreasonable</span> mode, the program will feel free to generate puzzles which are as hard as it can possibly make them: the only constraint is that they should still have a unique solution. Solving Unreasonable puzzles may require guessing and backtracking.</p></dd>
</dl>

<h3>23.3. Map user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the style of the victory flash and also whether the regions start out labelled with numbers.</p>

<h2 id="loopy">24. Loopy</h2>


<p>You are given a grid of dots, marked with yellow lines to indicate which dots you are allowed to connect directly together. Your aim is to use some subset of those yellow lines to draw a single unbroken loop from dot to dot within the grid.</p>

<p>Some of the spaces between the lines contain numbers. These numbers indicate how many of the lines around that space form part of the loop. The loop you draw must correctly satisfy all of these clues to be considered a correct solution.</p>

<p>In the default mode, the dots are arranged in a grid of squares; however, you can also play on triangular or hexagonal grids, or even more exotic ones.</p>

<p>Credit for the basic puzzle idea goes to Nikoli<a href="#loopy-note-1"><sup>10</sup></a>.</p>

<p>Loopy was originally contributed to this collection by Mike Pinna, and subsequently enhanced to handle various types of non-square grid by Lambros Lambrou.</p>

<dl class="footnotes">
<dt id="loopy-note-1">Note 10</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/slitherlink/" class="external">https://www.nikoli.co.jp/en/puzzles/slitherlink/</a></dd>
</dl>

<h3>24.1. Loopy controls</h3>


<p>Click <span class="mouse">Select</span> on a yellow line to turn it black, indicating that you think it is part of the loop. Click again to turn the line yellow again (meaning you aren&rsquo;t sure yet).</p>

<p>If you are sure that a particular line segment is <em>not</em> part of the loop, you can click <span class="mouse">Adjust</span> to remove it completely. Again, clicking a second time will turn the line back to yellow.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>24.2. Loopy parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid, measured in number of regions across and down. For square grids, it&rsquo;s clear how this is counted; for other types of grid you may have to think a bit to see how the dimensions are measured.</dd>
<dt><span class="icon">Grid type</span></dt>
<dd>Allows you to choose between a selection of types of tiling. Some have all the faces the same but may have multiple different types of vertex (eg. the <span class="menu">Cairo</span> or <span class="menu">Kites</span> mode); others have all the vertices the same but may have different types of face (eg. the <span class="menu">Great Hexagonal</span>). The square, triangular and honeycomb grids are fully regular, and have all their vertices <em>and</em> faces the same; this makes them the least confusing to play.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle.</dd>
</dl>

<h3>24.3. Loopy user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the following things:</p>

<p><span class="icon">Draw excluded grid lines faintly</span>. This is on by default: when a line of the grid has been explicitly excluded from the solution by <span class="mouse">Adjust</span>-clicking it, the line is still drawn, just in a faint grey colour. If you turn this option off, excluded lines are not drawn at all.</p>

<p><span class="icon">Auto-follow unique paths of edges</span>. This is off by default. When it&rsquo;s on, clicking to change the status of a single grid line will potentially propagate the change along multiple lines, if one or both ends of the line you clicked connect to only one other line. (The idea is that if two lines meet at a vertex and no other lines do at all, then those lines are either both part of the loop or neither, so there&rsquo;s no reason you should have to click separately to toggle each one.)</p>

<p>In the mode <span class="menu">Based on grid only</span>, the effects of a click will only propagate across vertices that have degree 2 in the underlying grid. For example, in the square grid, the effect will <em>only</em> occur at the four grid corners.</p>

<p>In the mode <span class="menu">Based on grid and game state</span>, the propagation will also take account of edges you&rsquo;ve already excluded from the solution, so that it will do even more work for you.</p>

<h2 id="inertia">25. Inertia</h2>


<p>You are a small green ball sitting in a grid full of obstacles. Your aim is to collect all the gems without running into any mines.</p>

<p>You can move the ball in any orthogonal <em>or diagonal</em> direction. Once the ball starts moving, it will continue until something stops it. A wall directly in its path will stop it (but if it is moving diagonally, it will move through a diagonal gap between two other walls without stopping). Also, some of the squares are &lsquo;stops&rsquo;; when the ball moves on to a stop, it will stop moving no matter what direction it was going in. Gems do <em>not</em> stop the ball; it picks them up and keeps on going.</p>

<p>Running into a mine is fatal. Even if you picked up the last gem in the same move which then hit a mine, the game will count you as dead rather than victorious.</p>

<p>This game was originally implemented for Windows by Ben Olmstead<a href="#inertia-note-1"><sup>11</sup></a>, who was kind enough to release his source code on request so that it could be re-implemented for this collection.</p>

<dl class="footnotes">
<dt id="inertia-note-1">Note 11</dt>
<dd><a href="http://xn13.com/" class="external">http://xn13.com/</a></dd>
</dl>

<h3>25.1. Inertia controls</h3>


<p>You can move the ball in any of the eight directions using the numeric keypad. Alternatively, if you click <span class="mouse">Select</span> on the grid, the ball will begin a move in the general direction of where you clicked.</p>

<p>If you use the <span class="menu">Solve</span> function on this game, the program will compute a path through the grid which collects all the remaining gems and returns to the current position. A hint arrow will appear on the ball indicating the direction in which you should move to begin on this path. If you then move in that direction, the arrow will update to indicate the next direction on the path. You can also press <span class="key">Space</span> to automatically move in the direction of the hint arrow. If you move in a different direction from the one shown by the arrow, arrows will be shown only if the puzzle is still solvable.</p>

<p>All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available. In particular, if you do run into a mine and die, you can use the <span class="menu">Undo</span> function and resume playing from before the fatal move. The game will keep track of the number of times you have done this.</p>

<h3>25.2. Inertia parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
</dl>

<h2 id="tents">26. Tents</h2>


<p>You have a grid of squares, some of which contain trees. Your aim is to place tents in some of the remaining squares, in such a way that the following conditions are met:</p>

<ul>
<li>There are exactly as many tents as trees.</li>
<li>The tents and trees can be matched up in such a way that each tent is directly adjacent (horizontally or vertically, but not diagonally) to its own tree. However, a tent may be adjacent to other trees as well as its own.</li>
<li>No two tents are adjacent horizontally, vertically <em>or diagonally</em>.</li>
<li>The number of tents in each row, and in each column, matches the numbers given round the sides of the grid.</li>
</ul>

<p>This puzzle can be found in several places on the Internet, and was brought to my attention by e-mail. I don&rsquo;t know who I should credit for inventing it.</p>

<h3>26.1. Tents controls</h3>


<p><span class="mouse">Select</span>-clicking in a blank square will place a tent in it. <span class="mouse">Adjust</span>-clicking in a blank square will colour it green, indicating that you are sure it <em>isn&rsquo;t</em> a tent. Clicking either button in an occupied square will clear it.</p>

<p>If you <em>drag</em> with <span class="mouse">Adjust</span> along a row or column, every blank square in the region you cover will be turned green, and no other squares will be affected. (This is useful for clearing the remainder of a row once you have placed all its tents.)</p>

<p>You can also use the cursor keys to move around the grid. Pressing the <span class="key">Return</span> key over an empty square will place a tent, and pressing the <span class="key">Space</span> bar over an empty square will colour it green; either key will clear an occupied square. Holding <span class="key">Shift</span> and pressing the cursor keys will colour empty squares green. Holding <span class="key">Ctrl</span> and pressing the cursor keys will colour green both empty squares and squares with tents.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>26.2. Tents parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. More difficult puzzles require more complex deductions, but at present none of the available difficulty levels requires guesswork or backtracking.</dd>
</dl>

<h2 id="bridges">27. Bridges</h2>


<p>You have a set of islands distributed across the playing area. Each island contains a number. Your aim is to connect the islands together with bridges, in such a way that:</p>

<ul>
<li>Bridges run horizontally or vertically.</li>
<li>The number of bridges terminating at any island is equal to the number written in that island.</li>
<li>Two bridges may run in parallel between the same two islands, but no more than two may do so.</li>
<li>No bridge crosses another bridge.</li>
<li>All the islands are connected together.</li>
</ul>

<p>There are some configurable alternative modes, which involve changing the parallel-bridge limit to something other than 2, and introducing the additional constraint that no sequence of bridges may form a loop from one island back to the same island. The rules stated above are the default ones.</p>

<p>Credit for this puzzle goes to Nikoli<a href="#bridges-note-1"><sup>12</sup></a>.</p>

<p>Bridges was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="bridges-note-1">Note 12</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/Hashiwokakero/" class="external">https://www.nikoli.co.jp/en/puzzles/Hashiwokakero/</a></dd>
</dl>

<h3>27.1. Bridges controls</h3>


<p>To place a bridge between two islands, click the mouse down on one island and drag it towards the other. You do not need to drag all the way to the other island; you only need to move the mouse far enough for the intended bridge direction to be unambiguous. (So you can keep the mouse near the starting island and conveniently throw bridges out from it in many directions.)</p>

<p>Doing this again when a bridge is already present will add another parallel bridge. If there are already as many bridges between the two islands as permitted by the current game rules (ie. two by default), the same dragging action will remove all of them.</p>

<p>If you want to remind yourself that two islands definitely <em>do not</em> have a bridge between them, you can <span class="mouse">Adjust</span>-drag between them in the same way to draw a &lsquo;non-bridge&rsquo; marker.</p>

<p>If you think you have finished with an island (ie. you have placed all its bridges and are confident that they are in the right places), you can mark the island as finished by <span class="mouse">Select</span>-clicking on it. This will highlight it and all the bridges connected to it, and you will be prevented from accidentally modifying any of those bridges in future. <span class="mouse">Select</span>-clicking again on a highlighted island will unmark it and restore your ability to modify it.</p>

<p>You can also use the cursor keys to move around the grid: if possible the cursor will always move orthogonally, otherwise it will move towards the nearest island to the indicated direction. Holding <span class="key">Ctrl</span> and pressing a cursor key will lay a bridge in that direction (if available); <span class="key">Shift</span> and a cursor key will lay a &lsquo;non-bridge&rsquo; marker. Pressing the <span class="key">Return</span> key followed by a cursor key will also lay a bridge in that direction.</p>

<p>You can mark an island as finished by pressing the <span class="key">Space</span> bar or by pressing the <span class="key">Return</span> key twice.</p>

<p>By pressing a number key, you can jump to the nearest island with that number. Letters <span class="key">A</span> through <span class="key">F</span> count as 10 through 15 and <span class="key">0</span> as 16.</p>

<p>The <span class="key">G</span> key will draw a grey line between each pair of islands that could be connected with a bridge or non-bridge but are currently not.</p>

<p>Violations of the puzzle rules will be marked in red:</p>

<ul>
<li>An island with too many bridges will be highlighted in red.</li>
<li>An island with too few bridges will be highlighted in red if it is definitely an error (as opposed to merely not being finished yet): if adding enough bridges would involve having to cross another bridge or remove a non-bridge marker, or if the island has been highlighted as complete.</li>
<li>A group of islands and bridges may be highlighted in red if it is a closed subset of the puzzle with no way to connect it to the rest of the islands. For example, if you directly connect two 1s together with a bridge and they are not the only two islands on the grid, they will light up red to indicate that such a group cannot be contained in any valid solution.</li>
<li>If you have selected the (non-default) option to disallow loops in the solution, a group of bridges which forms a loop will be highlighted.</li>
</ul>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>27.2. Bridges parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Difficulty level of puzzle.</dd>
<dt><span class="icon">Allow loops</span></dt>
<dd>This is set by default. If cleared, puzzles will be generated in such a way that they are always soluble without creating a loop, and solutions which do involve a loop will be disallowed.</dd>
<dt><span class="icon">Max. bridges per direction_</span></dt>
<dd>Maximum number of bridges in any particular direction. The default is 2, but you can change it to 1, 3 or 4. In general, fewer is easier.</dd>
<dt><span class="icon">%age of island squares</span></dt>
<dd>Gives a rough percentage of islands the generator will try and lay before finishing the puzzle. Certain layouts will not manage to lay enough islands; this is an upper bound.</dd>
<dt><span class="icon">Expansion factor (%age)</span></dt>
<dd><p style="margin-top: 0;">The grid generator works by picking an existing island at random (after first creating an initial island somewhere). It then decides on a direction (at random), and then works out how far it could extend before creating another island. This parameter determines how likely it is to extend as far as it can, rather than choosing somewhere closer.</p><p style="margin-bottom: 0;">High expansion factors usually mean easier puzzles with fewer possible islands; low expansion factors can create lots of tightly-packed islands.</p></dd>
</dl>

<h3>27.3. Bridges user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure whether possible bridge locations are shown. Unlike the <span class="key">G</span> key, this will persist between games.</p>

<h2 id="unequal">28. Unequal</h2>


<p>You have a square grid; each square may contain a digit from 1 to the size of the grid, and some squares have clue signs between them. Your aim is to fully populate the grid with numbers such that:</p>

<ul>
<li>Each row contains only one occurrence of each digit,</li>
<li>Each column contains only one occurrence of each digit, and</li>
<li>All the clue signs are satisfied.</li>
</ul>

<p>There are two modes for this game, &lsquo;Unequal&rsquo; and &lsquo;Adjacent&rsquo;.</p>

<p>In &lsquo;Unequal&rsquo; mode, the clue signs are greater-than symbols indicating one square&rsquo;s value is greater than its neighbour&rsquo;s. In this mode not all clues may be visible, particularly at higher difficulty levels.</p>

<p>In &lsquo;Adjacent&rsquo; mode, the clue signs are bars indicating one square&rsquo;s value is numerically adjacent (ie. one higher or one lower) than its neighbour. In this mode all clues are always visible: absence of a bar thus means that a square&rsquo;s value is definitely not numerically adjacent to that neighbour&rsquo;s.</p>

<p>In &lsquo;Trivial&rsquo; difficulty level (available via the <span class="menu">Type</span> &ndash; <span class="menu">Custom</span> game type selector), there are no greater-than signs in &lsquo;Unequal&rsquo; mode; the puzzle is to solve the Latin square only.</p>

<p>At the time of writing, the &lsquo;Unequal&rsquo; mode of this puzzle is appearing in the Guardian weekly under the name &lsquo;Futoshiki&rsquo;.</p>

<p>Unequal was contributed to this collection by James Harvey.</p>

<h3>28.1. Unequal controls</h3>


<p>Unequal shares much of its control system with <a href="#solo">Solo</a>.</p>

<p>To play Unequal, simply click the mouse in any empty square and then type a digit or letter on the keyboard to fill that square. If you make a mistake, click the mouse in the incorrect square and press <span class="key">Space</span> to clear it again (or use the <span class="menu">Undo</span> feature).</p>

<p>If you <span class="mouse">Adjust</span>-click in a square and then type a number, that number will be entered in the square as a &lsquo;pencil mark&rsquo;. You can have pencil marks for multiple numbers in the same square. Squares containing filled-in numbers cannot also contain pencil marks.</p>

<p>The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular number, or you can use them as lists of the possible numbers in a given square, or anything else you feel like.</p>

<p>To erase a single pencil mark, <span class="mouse">Adjust</span>-click in the square and type the same number again.</p>

<p>All pencil marks in a square are erased when you <span class="mouse">Select</span>-click and type a number, or when you <span class="mouse">Select</span>-click and press <span class="key">Space</span>. <span class="mouse">Adjust</span>-clicking and pressing <span class="key">Space</span>> will also erase pencil marks.</p>

<p>As for Solo, the cursor keys can be used in conjunction with the digit keys to set numbers or pencil marks. You can also use the <span class="key">M</span> key to auto-fill every numeric hint, ready for removal as required, or the <span class="key">H</span> key to do the same but also to remove all obvious hints.</p>

<p>Alternatively, use the cursor keys to move the mark around the grid. Pressing the <span class="key">Return</span> key toggles the mark (from a normal mark to a pencil mark), and typing a number in is entered in the square in the appropriate way; typing in a 0 or using the <span class="key">Space</span> bar will clear a filled square.</p>

<p><span class="mouse">Select</span>-clicking a clue will mark it as done (grey it out), or unmark it if it is already marked. Holding <span class="key">Ctrl</span> or <span class="key">Shift</span> and pressing an arrow key likewise marks any clue adjacent to the cursor in the given direction.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>28.2. Unequal parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Mode</span></dt>
<dd>Mode of the puzzle (<span class="menu">Unequal</span> or <span class="menu">Adjacent</span>)</dd>
<dt><span class="icon">Size (s*s)</span></dt>
<dd>Size of grid.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. At <span class="menu">Trivial</span> level, there are no greater-than signs; the puzzle is to solve the Latin square only. At <span class="menu">Recursive</span> level (only available via the <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> game type selector) backtracking will be required, but the solution should still be unique. The levels in between require increasingly complex reasoning to avoid having to backtrack.</dd>
</dl>

<h2 id="galaxies">29. Galaxies</h2>


<p>You have a rectangular grid containing a number of dots. Your aim is to partition the rectangle into connected regions of squares, in such a way that every region is 180-degree rotationally symmetric, and contains exactly one dot which is located at its centre of symmetry.</p>

<p>To enter your solution, you draw lines along the grid edges to mark the boundaries of the regions. The puzzle is complete when the marked lines on the grid are precisely those that separate two squares belonging to different regions.</p>

<p>This puzzle was invented by Nikoli<a href="#galaxies-note-1"><sup>13</sup></a>, under the name &lsquo;Tentai Show&rsquo;; its name is commonly translated into English as &lsquo;Spiral Galaxies&rsquo;.</p>

<p>Galaxies was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="galaxies-note-1">Note 13</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/tentai_show/" class="external">https://www.nikoli.co.jp/en/puzzles/tentai_show/</a></dd>
</dl>

<h3>29.1. Galaxies controls</h3>


<p><span class="mouse">Select</span>-click on any grid line to draw an edge if there isn&rsquo;t one already, or to remove one if there is. When you create a valid region (one which is closed, contains exactly one dot, is 180-degree symmetric about that dot, and contains no extraneous edges between two of its own squares), it will be highlighted automatically; so your aim is to have the whole grid highlighted in that way.</p>

<p>During solving, you might know that a particular grid square belongs to a specific dot, but not be sure of where the edges go and which other squares are connected to the dot. In order to mark this so you don&rsquo;t forget, you can <span class="mouse">Adjust</span>-drag on the dot, which will create an arrow marker pointing at the dot. Drop that in a square of your choice and it will remind you which dot it&rsquo;s associated with. You can also <span class="mouse">Adjust</span>-drag existing arrows to pick them up and move them, or destroy them by dropping them off the edge of the grid. (Also, if you&rsquo;re not sure which dot an arrow is pointing at, you can pick it up and move it around to make it clearer. It will swivel constantly as you drag it, to stay pointed at its parent dot.)</p>

<p>You can also use the cursor keys to move around the grid squares and lines. Pressing the <span class="key">Return</span> key when over a grid line will draw or clear its edge, as above. Pressing the <span class="key">Return</span> key when over a dot will pick up an arrow, to be dropped the next time the return key is pressed; this can also be used to move existing arrows around, removing them by dropping them on a dot or another arrow.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>29.2. Galaxies parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. More difficult puzzles require more complex deductions, and the <span class="menu">Unreasonable</span> difficulty level may require backtracking.</dd>
</dl>

<h2 id="filling">30. Filling</h2>


<p>You have a grid of squares, some of which contain digits, and the rest of which are empty. Your job is to fill in digits in the empty squares, in such a way that each connected region of squares all containing the same digit has an area equal to that digit.</p>

<p>(&lsquo;Connected region&rsquo;, for the purposes of this game, does not count diagonally separated squares as adjacent.)</p>

<p>For example, it follows that no square can contain a zero, and that two adjacent squares can not both contain a one. No region has an area greater than 9 (because then its area would not be a single digit).</p>

<p>Credit for this puzzle goes to Nikoli<a href="#filling-note-1"><sup>14</sup></a>.</p>

<p>Filling was contributed to this collection by Jonas Koelker.</p>

<dl class="footnotes">
<dt id="filling-note-1">Note 14</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/fillomino/" class="external">https://www.nikoli.co.jp/en/puzzles/fillomino/</a></dd>
</dl>

<h3>30.1. Filling controls</h3>


<p>To play Filling, simply click the mouse in any empty square and then type a digit on the keyboard to fill that square. By dragging the mouse, you can select multiple squares to fill with a single keypress. If you make a mistake, click the mouse in the incorrect square and press <span class="key">0</span>, <span class="key">Space</span>, <span class="key">Backspace</span> or <span class="key">Enter</span> to clear it again (or use the <span class="menu">Undo</span> feature).</p>

<p>You can also move around the grid with the cursor keys; typing a digit will fill the square containing the cursor with that number; typing <span class="key">0</span> will clear it. You can also select multiple squares for numbering or clearing with the <span class="key">Return</span> and arrow keys, before typing a digit to fill or clear the highlighted squares (as above). The <span class="key">Space</span> bar adds and removes single squares to and from the selection. <span class="key">Escape</span> removes all squares from the selection.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>30.2. Filling parameters</h3>


<p>Filling allows you to configure the number of rows and columns of the grid, through <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<h2 id="keen">31. Keen</h2>


<p>You have a square grid; each square may contain a digit from 1 to the size of the grid. The grid is divided into blocks of varying shape and size, with arithmetic clues written in them. Your aim is to fully populate the grid with digits such that:</p>

<ul>
<li>Each row contains only one occurrence of each digit</li>
<li>Each column contains only one occurrence of each digit</li>
<li><p style="margin-top: 0;">The digits in each block can be combined to form the number stated in the clue, using the arithmetic operation given in the clue. That is:</p>
<ul>
<li>An addition clue means that the sum of the digits in the block must be the given number. For example, &rsquo;15+&rsquo; means the contents of the block adds up to fifteen.</li>
<li>A multiplication clue (eg. &lsquo;60*&rsquo;), similarly, means that the product of the digits in the block must be the given number.</li>
<li>A subtraction clue will always be written in a block of size two, and it means that one of the digits in the block is greater than the other by the given amount. For example, &lsquo;2&minus;&rsquo; means that one of the digits in the block is 2 more than the other, or equivalently that one digit minus the other one is 2. The two digits could be either way round, though.</li>
<li>A division clue (eg. &lsquo;3/&rsquo;), similarly, is always in a block of size two and means that one digit divided by the other is equal to the given amount.</li>
</ul>
<p style="margin-bottom: 0;">Note that a block may contain the same digit more than once (provided the identical ones are not in the same row and column). This rule is precisely the opposite of the rule in <a href="#solo">Solo</a>&rsquo;s &lsquo;Killer&rsquo; mode (see <a href="#solo">Chapter 12. Solo</a>).</p></li>
</ul>

<p>This puzzle appears in the <cite>Times</cite> under the name &lsquo;KenKen&rsquo;.</p>

<h3>31.1. Keen controls</h3>


<p>Keen shares much of its control system with <a href="#solo">Solo</a> (and <a href="#unequal">Unequal</a>).</p>

<p>To play Keen, simply click the mouse in any empty square and then type a digit on the keyboard to fill that square. If you make a mistake, click the mouse in the incorrect square and press <span class="key">Space</span> to clear it again (or use the <span class="menu">Undo</span> feature).</p>

<p>If you <span class="mouse">Adjust</span>-click in a square and then type a number, that number will be entered in the square as a &lsquo;pencil mark&rsquo;. You can have pencil marks for multiple numbers in the same square. Squares containing filled-in numbers cannot also contain pencil marks.</p>

<p>The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular number, or you can use them as lists of the possible numbers in a given square, or anything else you feel like.</p>

<p>To erase a single pencil mark, <span class="mouse">Adjust</span>-click in the square and type the same number again.</p>

<p>All pencil marks in a square are erased when you <span class="mouse">Select</span>-click and type a number, or when you <span class="mouse">Select</span>-click and press <span class="key">Space</span>. <span class="mouse">Adjust</span>-clicking and pressing space will also erase pencil marks.</p>

<p>As for <a href="#solo">Solo</a>, the cursor keys can be used in conjunction with the digit keys to set numbers or pencil marks. Use the cursor keys to move a highlight around the grid, and type a digit to enter it in the highlighted square. Pressing <span class="key">Return</span> toggles the highlight into a mode in which you can enter or remove pencil marks.</p>

<p>Pressing <span class="key">M</span> will fill in a full set of pencil marks in every square that does not have a main digit in it.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>31.2. Keen parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Grid size</span></dt>
<dd>Specifies the size of the grid. Lower limit is 3; upper limit is 9 (because the user interface would become more difficult with &lsquo;digits&rsquo; bigger than 9!).</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. At <span class="menu">Unreasonable</span> level, some backtracking will be required, but the solution should still be unique. The remaining levels require increasingly complex reasoning to avoid having to backtrack.</dd>
<dt><span class="icon">Multiplication only</span></dt>
<dd>If this is enabled, all boxes will be multiplication boxes. With this rule, the puzzle is known as &lsquo;Inshi No Heya&rsquo;.</dd>
</dl>

<h2 id="towers">32. Towers</h2>


<p>You have a square grid. On each square of the grid you can build a tower, with its height ranging from 1 to the size of the grid. Around the edge of the grid are some numeric clues.</p>

<p>Your task is to build a tower on every square, in such a way that:</p>

<ul>
<li>Each row contains every possible height of tower once</li>
<li>Each column contains every possible height of tower once</li>
<li>Each numeric clue describes the number of towers that can be seen if you look into the square from that direction, assuming that shorter towers are hidden behind taller ones. For example, in a 5&times;5 grid, a clue marked &lsquo;5&rsquo; indicates that the five tower heights must appear in increasing order (otherwise you would not be able to see all five towers), whereas a clue marked &lsquo;1&rsquo; indicates that the tallest tower (the one marked 5) must come first.</li>
</ul>

<p>In harder or larger puzzles, some towers will be specified for you as well as the clues round the edge, and some edge clues may be missing.</p>

<p>This puzzle appears on the web under various names, particularly &lsquo;Skyscrapers&rsquo;, but I don&rsquo;t know who first invented it.</p>

<h3>32.1. Towers controls</h3>


<p>Towers shares much of its control system with <a href="#solo">Solo</a>, <a href="#unequal">Unequal</a> and <a href="#keen">Keen</a>.</p>

<p>To play Towers, simply click the mouse in any empty square and then type a digit on the keyboard to fill that square with a tower of the given height. If you make a mistake, click the mouse in the incorrect square and press <span class="key">Space</span> to clear it again (or use the <span class="menu">Undo</span> feature).</p>

<p>If you <span class="mouse">Adjust</span>-click in a square and then type a number, that number will be entered in the square as a &lsquo;pencil mark&rsquo;. You can have pencil marks for multiple numbers in the same square. A square containing a tower cannot also contain pencil marks.</p>

<p>The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular number, or you can use them as lists of the possible numbers in a given square, or anything else you feel like.</p>

<p>To erase a single pencil mark, <span class="mouse">Adjust</span>-click in the square and type the same number again.</p>

<p>All pencil marks in a square are erased when you <span class="mouse">Select</span>-click and type a number, or when you <span class="mouse">Select</span>-click and press <span class="key">Space</span>. <span class="mouse">Adjust</span>-clicking and pressing <span class="key">Space</span> will also erase pencil marks.</p>

<p>As for <a href="#solo">Solo</a>, the cursor keys can be used in conjunction with the digit keys to set numbers or pencil marks. Use the cursor keys to move a highlight around the grid, and type a digit to enter it in the highlighted square. Pressing <span class="key">Return</span> toggles the highlight into a mode in which you can enter or remove pencil marks.</p>

<p>Pressing <span class="key">M</span> will fill in a full set of pencil marks in every square that does not have a main digit in it.</p>

<p><span class="mouse">Select</span>-clicking a clue will mark it as done (grey it out), or unmark it if it is already marked. Holding <span class="key">Ctrl</span> or <span class="key">Shift</span> and pressing an arrow key likewise marks any clue in the given direction.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>32.2. Towers parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Grid size</span></dt>
<dd>Specifies the size of the grid. Lower limit is 3; upper limit is 9 (because the user interface would become more difficult with &lsquo;digits&rsquo; bigger than 9!).</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. At <span class="menu">Unreasonable</span> level, some backtracking will be required, but the solution should still be unique. The remaining levels require increasingly complex reasoning to avoid having to backtrack.</dd>
</dl>

<h3>32.3. Towers user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the style of the game display. If you don&rsquo;t like the three-dimensional mode, selecting <span class="menu">2D</span> will switch to a simpler display style in which towers are shown by just writing their height in the square.</p>

<h2 id="singles">33. Singles</h2>


<p>You have a grid of white squares, all of which contain numbers. Your task is to colour some of the squares black (removing the number) so as to satisfy all of the following conditions:</p>

<ul>
<li>No number occurs more than once in any row or column.</li>
<li>No black square is horizontally or vertically adjacent to any other black square.</li>
<li>The remaining white squares must all form one contiguous region (connected by edges, not just touching at corners).</li>
</ul>

<p>Credit for this puzzle goes to Nikoli<a href="#singles-note-1"><sup>15</sup></a> who call it Hitori.</p>

<p>Singles was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="singles-note-1">Note 15</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/hitori/" class="external">https://www.nikoli.co.jp/en/puzzles/hitori/</a></dd>
</dl>

<h3>33.1. Singles controls</h3>


<p><span class="mouse">Select</span>-clicking on an empty square will colour it black; <span class="mouse">Select</span>-clicking again will restore the number. <span class="mouse">Adjust</span>-clicking will add a circle (useful for indicating that a cell is definitely not black). Clicking outside the grid will toggle whether black squares completely hide the numbers on them, or display them in dark grey.</p>

<p>You can also use the cursor keys to move around the grid. Pressing the <span class="key">Return</span> or <span class="key">Space</span> keys will turn a square black or add a circle respectively, and pressing the key again will restore the number or remove the circle.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>33.2. Singles parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle.</dd>
</dl>

<h3>33.3. Singles user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure whether numbers on black squares are visible. Unlike clicking outside the grid, this will persist between games.</p>

<h2 id="magnets">34. Magnets</h2>


<p>A rectangular grid has been filled with a mixture of magnets (that is, dominoes with one positive end and one negative end) and blank dominoes (that is, dominoes with two neutral poles). These dominoes are initially only seen in silhouette. Around the grid are placed a number of clues indicating the number of positive and negative poles contained in certain columns and rows.</p>

<p>Your aim is to correctly place the magnets and blank dominoes such that all the clues are satisfied, with the additional constraint that no two similar magnetic poles may be orthogonally adjacent (since they repel). Neutral poles do not repel, and can be adjacent to any other pole.</p>

<p>Credit for this puzzle goes to Janko<a href="#magnets-note-1"><sup>16</sup></a>.</p>

<p>Magnets was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="magnets-note-1">Note 16</dt>
<dd><a href="http://www.janko.at/Raetsel/Magnete/index.htm" class="external">http://www.janko.at/Raetsel/Magnete/index.htm</a></dd>
</dl>

<h3>34.1. Magnets controls</h3>


<p><span class="mouse">Select</span>-clicking on an empty square places a magnet at that position with the positive pole on the square and the negative pole on the other half of the magnet; <span class="mouse">Select</span>-clicking again reverses the polarity, and a third click removes the magnet.</p>

<p><span class="mouse">Adjust</span>-clicking on an empty square places a blank domino there. <span class="mouse">Adjust</span>-clicking again places two question marks on the domino, signifying &lsquo;this cannot be blank&rsquo; (which can be useful to note deductions while solving), and <span class="mouse">Adjust</span>-clicking again empties the domino.</p>

<p><span class="mouse">Select</span>-clicking a clue will mark it as done (grey it out), or unmark it if it is already marked.</p>

<p>You can also use the cursor keys to move a cursor around the grid. Pressing the <span class="key">Return</span> key will lay a domino with a positive pole at that position; pressing again reverses the polarity and then removes the domino, as with <span class="mouse">Select</span>-clicking. Using the <span class="key">Space</span> bar allows placement of blank dominoes and cannot-be-blank hints, as for <span class="mouse">Adjust</span>-clicking.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>34.2. Magnets parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd><p style="margin-top: 0;">Size of grid in squares. There will be half <span class="icon">Width</span> &times; <span class="icon">Height</span> dominoes in the grid: if this number is odd then one square will be blank.</p><p style="margin-bottom: 0;">(Grids with at least one odd dimension tend to be easier to solve.)</p></dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle. At <span class="menu">Tricky</span> level, you are required to make more deductions about empty dominoes and row/column counts.</dd>
<dt><span class="icon">Strip clues</span></dt>
<dd>If true, some of the clues around the grid are removed at generation time, making the puzzle more difficult.</dd>
</dl>

<h2 id="signpost">35. Signpost</h2>


<p>You have a grid of squares; each square (except the last one) contains an arrow, and some squares also contain numbers. Your job is to connect the squares to form a continuous list of numbers starting at 1 and linked in the direction of the arrows &ndash; so the arrow inside the square with the number 1 will point to the square containing the number 2, which will point to the square containing the number 3, etc. Each square can be any distance away from the previous one, as long as it is somewhere in the direction of the arrow.</p>

<p>By convention the first and last numbers are shown; one or more interim numbers may also appear at the beginning.</p>

<p>Credit for this puzzle goes to Janko<a href="#signpost-note-1"><sup>17</sup></a>, who call it &lsquo;Pfeilpfad&rsquo; (&lsquo;arrow path&rsquo;).</p>

<p>Signpost was contributed to this collection by James Harvey.</p>

<dl class="footnotes">
<dt id="signpost-note-1">Note 17</dt>
<dd><a href="http://janko.at/Raetsel/Pfeilpfad/index.htm" class="external">http://janko.at/Raetsel/Pfeilpfad/index.htm</a></dd>
</dl>

<h3>35.1. Signpost controls</h3>


<p>To play Signpost, you connect squares together by dragging from one square to another, indicating that they are adjacent in the sequence. Drag with <span class="mouse">Select</span> from a square to its successor, or with <span class="mouse">Adjust</span> from a square to its predecessor.</p>

<p>If you connect together two squares in this way and one of them has a number in it, the appropriate number will appear in the other square. If you connect two non-numbered squares, they will be assigned temporary algebraic labels: on the first occasion, they will be labelled &lsquo;a&rsquo; and &lsquo;a+1&rsquo;, and then &lsquo;b&rsquo; and &lsquo;b+1&rsquo;, and so on. Connecting more squares on to the ends of such a chain will cause them all to be labelled with the same letter.</p>

<p>When you <span class="mouse">Select</span>-click or <span class="mouse">Adjust</span>-click in a square, the legal squares to connect it to will be shown.</p>

<p>The arrow in each square starts off black, and goes grey once you connect the square to its successor. Also, each square which needs a predecessor has a small dot in the bottom left corner, which vanishes once you link a square to it. So your aim is always to connect a square with a black arrow to a square with a dot.</p>

<p>To remove any links for a particular square (both incoming and outgoing), <span class="mouse">Select</span>-drag it off the grid. To remove a whole chain, <span class="mouse">Adjust</span>-drag any square in the chain off the grid.</p>

<p>You can also use the cursor keys to move around the grid squares and lines. Pressing the <span class="key">Return</span> key when over a square starts a link operation, and pressing the <span class="key">Return</span> key again over a square will finish the link, if allowable. Pressing the <span class="key">Space</span> bar over a square will show the other squares pointing to it, and allow you to form a backward link, and pressing the <span class="key">Space</span> bar again cancels this.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>35.2. Signpost parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Force start/end to corners</span></dt>
<dd>If true, the start and end squares are always placed in opposite corners (the start at the top left, and the end at the bottom right). If false the start and end squares are placed randomly (although always both shown).</dd>
</dl>

<h3>35.3. Signpost user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the style of the victory effect.</p>

<h2 id="range">36. Range</h2>


<p>You have a grid of squares; some squares contain numbers. Your job is to colour some of the squares black, such that several criteria are satisfied:</p>

<ul>
<li>no square with a number is coloured black.</li>
<li>no two black squares are adjacent (horizontally or vertically).</li>
<li>for any two white squares, there is a path between them using only white squares.</li>
<li>for each square with a number, that number denotes the total number of white squares reachable from that square going in a straight line in any horizontal or vertical direction until hitting a wall or a black square; the square with the number is included in the total (once).</li>
</ul>

<p>For instance, a square containing the number one must have four black squares as its neighbours by the last criterion; but then it&rsquo;s impossible for it to be connected to any outside white square, which violates the second to last criterion. So no square will contain the number one.</p>

<p>Credit for this puzzle goes to Nikoli, who have variously called it &lsquo;Kurodoko&rsquo;, &lsquo;Kuromasu&rsquo; or &lsquo;Where is Black Cells&rsquo;<a href="#range-note-1"><sup>18</sup></a>.</p>

<p>Range was contributed to this collection by Jonas Koelker.</p>

<dl class="footnotes">
<dt id="range-note-1">Note 18</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/kurodoko/" class="external">https://www.nikoli.co.jp/en/puzzles/kurodoko/</a></dd>
</dl>

<h3>36.1. Range controls</h3>


<p>Click with <span class="mouse">Select</span> to paint a square black, or with <span class="mouse">Adjust</span> to mark a square with a dot to indicate that you are sure it should <em>not</em> be painted black. Repeated clicking with either button will cycle the square through the three possible states (filled, dotted or empty) in opposite directions.</p>

<p>You can also use the cursor keys to move around the grid squares. Pressing <span class="key">Return</span> does the same as clicking with <span class="mouse">Select</span>, while pressing <span class="key">Space</span> does the same as a right button click. Moving with the cursor keys while holding <span class="key">Shift</span> will place dots in all squares that are moved through.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>36.2. Range parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
</dl>

<h3>36.3. Range user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure which way round the mouse buttons work (where &lsquo;Left&rsquo; and &lsquo;Right&rsquo; refer to <span class="mouse">Select</span> and <span class="mouse">Adjust</span> respectively).</p>

<h2 id="pearl">37. Pearl</h2>


<p>You have a grid of squares. Your job is to draw lines between the centres of horizontally or vertically adjacent squares, so that the lines form a single closed loop. In the resulting grid, some of the squares that the loop passes through will contain corners, and some will be straight horizontal or vertical lines. (And some squares can be completely empty &ndash; the loop doesn&rsquo;t have to pass through every square.)</p>

<p>Some of the squares contain black and white circles, which are clues that the loop must satisfy.</p>

<p>A black circle in a square indicates that that square is a corner, but neither of the squares adjacent to it in the loop is also a corner.</p>

<p>A white circle indicates that the square is a straight edge, but <em>at least one</em> of the squares adjacent to it in the loop is a corner.</p>

<p>(In both cases, the clue only constrains the two squares adjacent <em>in the loop</em>, that is, the squares that the loop passes into after leaving the clue square. The squares that are only adjacent <em>in the grid</em> are not constrained.)</p>

<p>Credit for this puzzle goes to Nikoli, who call it &lsquo;Masyu&rsquo;.<a href="#pearl-note-1"><sup>19</sup></a></p>

<p>Thanks to James Harvey for assistance with the implementation.</p>

<dl class="footnotes">
<dt id="pearl-note-1">Note 19</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/masyu/" class="external">https://www.nikoli.co.jp/en/puzzles/masyu/</a></dd>
</dl>

<h3>37.1. Pearl controls</h3>


<p>Click with <span class="mouse">Select</span> on a grid edge to draw a segment of the loop through that edge, or to remove a segment once it is drawn.</p>

<p>Drag with <span class="mouse">Select</span> through a series of squares to draw more than one segment of the loop in one go. Alternatively, drag over an existing part of the loop to undraw it, or to undraw part of it and then go in a different direction.</p>

<p>Click with <span class="mouse">Adjust</span> on a grid edge to mark it with a cross, indicating that you are sure the loop does not go through that edge. (For instance, if you have decided which of the squares adjacent to a white clue has to be a corner, but don&rsquo;t yet know which way the corner turns, you might mark the one way it <em>can&rsquo;t</em> go with a cross.)</p>

<p>Alternatively, use the cursor keys to move the cursor. Use the <span class="key">Enter</span> key to begin and end keyboard &lsquo;drag&rsquo; operations. Use the <span class="key">Space</span>, <span class="key">Escape</span> or <span class="key">Backspace</span> keys to cancel the drag. Or, hold <span class="key">Ctrl</span> while dragging with the cursor keys to toggle segments as you move between squares.</p>

<p>Pressing <span class="key">Ctrl</span>-<span class="key">Shift</span>-arrowkey or <span class="key">Shift</span>-arrowkey simulates a left or <span class="mouse">Adjust</span> click, respectively, on the edge in the direction of the key.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>37.2. Pearl parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle.</dd>
<dt><span class="icon">Allow unsoluble_</span></dt>
<dd><p style="margin-top: 0;">If this is set, then the game will be generated in the simplest way: every clue square that can possibly be provided will be shown, and the generator will not check whether the puzzle can be uniquely solved.</p><p style="margin-bottom: 0;">This speeds up game generation, and allows much larger grids to be played. At least one possible solution will still always exist, but there&rsquo;s no guarantee that it will be unique, or that it will be possible to deduce it step by step.</p></dd>
</dl>

<h3>37.3. Pearl user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the style of the game display. <span class="menu">Traditional</span> is the default mode, in which the loop runs between centres of grid squares, and each clue occupies a square. <span class="menu">Loopy-style</span> is an alternative mode that looks more like <a href="#loopy">Loopy</a>, in which the loop runs between grid <em>vertices</em>, and the clues also occupy vertices.</p>

<h2 id="undead">38. Undead</h2>


<p>You are given a grid of squares, some of which contain diagonal mirrors. Every square which is not a mirror must be filled with one of three types of undead monster: a ghost, a vampire, or a zombie.</p>

<p>Vampires can be seen directly, but are invisible when reflected in mirrors. Ghosts are the opposite way round: they can be seen in mirrors, but are invisible when looked at directly. Zombies are visible by any means.</p>

<p>You are also told the total number of each type of monster in the grid. Also around the edge of the grid are written numbers, which indicate how many monsters can be seen if you look into the grid along a row or column starting from that position. (The diagonal mirrors are reflective on both sides. If your reflected line of sight crosses the same monster more than once, the number will count it each time it is visible, not just once.)</p>

<p>This puzzle type was invented by David Millar, under the name &lsquo;Haunted Mirror Maze&rsquo;<a href="#undead-note-1"><sup>20</sup></a> (see the footnote for more details).</p>

<p>Undead was contributed to this collection by Steffen Bauer.</p>

<dl class="footnotes">
<dt id="undead-note-1">Note 20</dt>
<dd><a href="http://www.janko.at/Raetsel/Spukschloss/index.htm" class="external">http://www.janko.at/Raetsel/Spukschloss/index.htm</a></dd>
</dl>

<h3>38.1. Undead controls</h3>


<p>Undead has a similar control system to <a href="#solo">Solo</a>, <a href="#unequal">Unequal</a> and <a href="#keen">Keen</a>.</p>

<p>To play Undead, click the mouse in any empty square and then type a letter or number on the keyboard indicating the type of monster: <span class="key">G</span> or <span class="key">1</span> for a ghost, <span class="key">V</span> or <span class="key">2</span> for a vampire, or <span class="key">Z</span> or <span class="key">3</span> for a zombie. If you make a mistake, click the mouse in the incorrect square and press <span class="key">Space</span> to clear it again (or use the Undo feature).</p>

<p>If you <span class="mouse">Adjust</span>-click in a square and then type a letter or number, the corresponding monster will be shown in reduced size in that square, as a &lsquo;pencil mark&rsquo;. You can have pencil marks for multiple monsters in the same square. A square containing a full-size monster cannot also contain pencil marks.</p>

<p>The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular monster, or you can use them as lists of the possible monster in a given square, or anything else you feel like.</p>

<p>To erase a single pencil mark, <span class="mouse">Adjust</span>-click in the square and type the same letter or number again.</p>

<p>All pencil marks in a square are erased when you <span class="mouse">Select</span>-click and type a monster letter, or when you <span class="mouse">Select</span>-click and press <span class="key">Space</span>. <span class="mouse">Adjust</span>-clicking and pressing <span class="key">Space</span> will also erase pencil marks.</p>

<p>As for <a href="#solo">Solo</a>, the cursor keys can be used in conjunction with the letter keys to place monsters or pencil marks. Use the cursor keys to move a highlight around the grid, and type a monster letter or number to enter it in the highlighted square. Pressing <span class="key">Return</span> toggles the highlight into a mode in which you can enter or remove pencil marks.</p>

<p>If you prefer plain letters of the alphabet to cute monster pictures, you can press <span class="key">A</span> to toggle between showing the monsters as monsters or showing them as letters.</p>

<p><span class="mouse">Select</span>-clicking a clue will mark it as done (grey it out), or unmark it if it is already marked.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>38.2. Undead parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle</dd>
</dl>

<h3>38.3. Undead user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure whether Undead uses letters or pictures to represent monsters.</p>

<h2 id="unruly">39. Unruly</h2>


<p>You are given a grid of squares, which you must colour either black or white. Some squares are provided as clues; the rest are left for you to fill in. Each row and column must contain the same number of black and white squares, and no row or column may contain three consecutive squares of the same colour.</p>

<p>This puzzle type was invented by Adolfo Zanellati, under the name &lsquo;Tohu wa Vohu&rsquo;<a href="#unruly-note-1"><sup>21</sup></a>.</p>

<p>Unruly was contributed to this collection by Lennard Sprong.</p>

<dl class="footnotes">
<dt id="unruly-note-1">Note 21</dt>
<dd><a href="http://www.janko.at/Raetsel/Tohu-Wa-Vohu/index.htm" class="external">http://www.janko.at/Raetsel/Tohu-Wa-Vohu/index.htm</a></dd>
</dl>

<h3>39.1. Unruly controls</h3>


<p>To play Unruly, click the mouse in a square to change its colour. <span class="mouse">Select</span>-clicking an empty square will turn it black, and <span class="mouse">Adjust</span>-clicking will turn it white. Keep clicking the same button to cycle through the three possible states for the square. If you <span class="key">Ctrl</span>-<span class="mouse">Select</span>-click in a square it will be reset to empty.</p>

<p>You can also use the cursor keys to move around the grid. Pressing the <span class="key">Return</span> or <span class="key">Space</span> keys will turn an empty square black or white respectively (and then cycle the colours in the same way as the mouse buttons), and pressing <span class="key">Backspace</span>> will reset a square to empty.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>39.2. Unruly parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares. (Note that the rules of the game require both the width and height to be even numbers.)</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle.</dd>
<dt><span class="icon">Unique rows and columns</span></dt>
<dd>If enabled, no two rows are permitted to have exactly the same pattern, and likewise columns. (A row and a column can match, though.)</dd>
</dl>

<h2 id="flood">40. Flood</h2>


<p>You are given a grid of squares, coloured at random in multiple colours. In each move, you can flood-fill the top left square in a colour of your choice (ie. every square reachable from the starting square by an orthogonally connected path of squares all the same colour will be filled in the new colour). As you do this, more and more of the grid becomes connected to the starting square.</p>

<p>Your aim is to make the whole grid the same colour, in as few moves as possible. The game will set a limit on the number of moves, based on running its own internal solver. You win if you can make the whole grid the same colour in that many moves or fewer.</p>

<p>I saw this game (with a fixed grid size, fixed number of colours, and fixed move limit) at <a href="http://floodit.appspot.com" class="external">http://floodit.appspot.com</a> (no longer accessible).</p>

<h3>40.1. Flood controls</h3>


<p>To play Flood, click the mouse in a square. The top left corner and everything connected to it will be flood-filled with the colour of the square you clicked. Clicking a square the same colour as the top left corner has no effect, and therefore does not count as a move.</p>

<p>You can also use the cursor keys to move a cursor (outline black square) around the grid. Pressing the <span class="key">Return</span> key will fill the top left corner in the colour of the square under the cursor.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>40.2. Flood parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of the grid, in squares.</dd>
<dt><span class="icon">Colours</span></dt>
<dd>Number of colours used to fill the grid. Must be at least 3 (with two colours there would only be one legal move at any stage, hence no choice to make at all), and at most 10.</dd>
<dt><span class="icon">Extra moves permitted</span></dt>
<dd><p style="margin-top: 0;">Controls the difficulty of the puzzle, by increasing the move limit. In each new grid, Flood will run an internal solver to generate its own solution, and then the value in this field will be added to the length of Flood&rsquo;s solution to generate the game&rsquo;s move limit. So a value of 0 requires you to be just as efficient as Flood&rsquo;s automated solver, and a larger value makes it easier.</p><p style="margin-bottom: 0;">(Note that Flood&rsquo;s internal solver will not necessarily find the shortest possible solution, though I believe it&rsquo;s pretty close. For a real challenge, set this value to 0 and then try to solve a grid in <em>strictly fewer</em> moves than the limit you&rsquo;re given!)</p></dd>
</dl>

<h2 id="tracks">41. Tracks</h2>


<p>You are given a grid of squares, some of which are filled with train tracks. You need to complete the track from A to B so that the rows and columns contain the same number of track segments as are indicated in the clues to the top and right of the grid.</p>

<p>There are only straight and 90 degree curved rails, and the track may not cross itself.</p>

<p>Tracks was contributed to this collection by James Harvey.</p>

<h3>41.1. Tracks controls</h3>


<p><span class="mouse">Select</span>-clicking on an edge between two squares adds a track segment between the two squares. <span class="mouse">Adjust</span>-clicking on an edge adds a cross on the edge, indicating no track is possible there.</p>

<p><span class="mouse">Select</span>-clicking in a square adds a colour indicator showing that you know the square must contain a track, even if you don&rsquo;t know which edges it crosses yet. <span class="mouse">Adjust</span>-clicking in a square adds a cross indicating it contains no track segment.</p>

<p><span class="mouse">Select</span>- or <span class="mouse">Adjust</span>-dragging between squares allows you to lay a straight line of is-track or is-not-track indicators, useful for filling in rows or columns to match the clue.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>41.2. Tracks parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of the grid, in squares.</dd>
<dt><span class="icon">Difficulty</span></dt>
<dd>Controls the difficulty of the generated puzzle: at <span class="menu">Tricky</span> level, you are required to make more deductions regarding disregarding moves that would lead to impossible crossings later.</dd>
<dt><span class="icon">Disallow consecutive 1 clues</span></dt>
<dd>Controls whether the Tracks game generation permits two adjacent rows or columns to have a 1 clue, or permits the row or column of the track&rsquo;s endpoint to have a 1 clue. By default this is not permitted, to avoid long straight boring segments of track and make the games more twiddly and interesting. If you want to restore the possibility, turn this option off.</dd>
</dl>

<h2 id="palisade">42. Palisade</h2>


<p>You&rsquo;re given a grid of squares, some of which contain numbers. Your goal is to subdivide the grid into contiguous regions, all of the same (given) size, such that each square containing a number is adjacent to exactly that many edges (including those between the inside and the outside of the grid).</p>

<p>Credit for this puzzle goes to Nikoli, who call it &lsquo;Five Cells&rsquo;<a href="#palisade-note-1"><sup>22</sup></a>.</p>

<p>Palisade was contributed to this collection by Jonas Koelker.</p>

<dl class="footnotes">
<dt id="palisade-note-1">Note 22</dt>
<dd><a href="https://www.nikoli.co.jp/en/puzzles/five_cells/" class="external">https://www.nikoli.co.jp/en/puzzles/five_cells/</a></dd>
</dl>

<h3>42.1. Palisade controls</h3>


<p><span class="mouse">Select</span>-click to place an edge. <span class="mouse">Adjust</span>-click to indicate &lsquo;no edge&rsquo;.</p>

<p>Alternatively, the arrow keys will move a keyboard cursor. Depending on the <span class="icon">Cursor mode</span> preference (see <a href="#palisade-prefs">Section 42.3. Palisade user preferences</a>), the cursor will either navigate among the grid squares, or along their borders. In <span class="menu">Full-grid</span> mode, hold <span class="key">Ctrl</span> while pressing an arrow key to place an edge, and press <span class="key">Shift</span>-arrowkey to switch off an edge. In <span class="menu">Half-grid</span> mode, press <span class="key">Enter</span> to place an edge, and <span class="key">Space</span> to switch off an edge. In either mode, you can repeat an action to perform its inverse.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>42.2. Palisade parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt>Region size</dt>
<dd>The size of the regions into which the grid must be subdivided.</dd>
</dl>

<h3 id="palisade-prefs">42.3. Palisade user preferences</h3>


<p>The <span class="menu">Preferences</span> option on the <span class="window">Game</span> window menu will let you configure the behaviour of the cursor keys to either navigate among full grid squares, or along the borders of the grid squares.</p>

<h2 id="mosaic">43. Mosaic</h2>


<p>You are given a grid of squares, which you must colour either black or white.</p>

<p>Some squares contain clue numbers. Each clue tells you the number of black squares in the 3&times;3 region surrounding the clue &ndash; <em>including</em> the clue square itself.</p>

<p>This game is variously known in other locations as: ArtMosaico, Count and Darken, Cuenta Y Sombrea, Fill-a-Pix, Fill-In, Komsu Karala, Magipic, Majipiku, Mosaico, Mosaik, Mozaiek, Nampre Puzzle, Nurie-Puzzle, Oekaki-Pix, Voisimage.</p>

<p>Mosaic was contributed to this collection by Didi Kohen. Colour design by Michal Shomer. The implementation is loosely based on <a href="https://github.com/mordechaim/Mosaic">https://github.com/mordechaim/Mosaic</a>.</p>

<h3>43.1. Mosaic controls</h3>


<p>To play Mosaic, click the mouse in a square to change its colour. <span class="mouse">Select</span>-clicking an empty square will turn it black, and <span class="mouse">Adjust</span>-clicking will turn it white. Keep clicking the same button to cycle through the three possible states for the square.</p>

<p>If you hold down the mouse button and drag, you can colour multiple cells in a single action.</p>

<p>You can also use the cursor keys to move around the grid. Pressing the <span class="key">Return</span> or <span class="key">Space</span> keys will turn an empty square black or white respectively (and then cycle the colours in the same way as the mouse buttons), and pressing <span class="key">Backspace</span> will reset a square to empty.</p>

<p>(All the actions described in <a href="#common-actions">Section 3.1. Game Window</a> are also available.)</p>

<h3>43.2. Mosaic parameters</h3>


<p>These parameters are available from <span class="menu">Type</span> &ndash; <span class="menu">Custom...</span> in the <span class="window">Game</span> window menu.</p>

<dl>
<dt><span class="icon">Width</span>, <span class="icon">Height</span></dt>
<dd>Size of grid in squares.</dd>
<dt><span class="icon">Aggressive generation</span></dt>
<dd>With this option set, the game generator will try harder to eliminate unnecessary clues on the board. This slows down generation, so it&rsquo;s not recommended for boards larger than, say, 30&times;30.</dd>
</dl>

<h2 id="issues">44. Known Issues</h2>


<p>The RISC&nbsp;OS port of <cite>Puzzles</cite> is a work in progress, and there are a few things which have either not yet been implemented, are incomplete, or contain bugs and mis-features.</p>

<p>The following is a non-exhaustive list of things which are known to need attention.</p>

<ul>
<li>The game windows, toolbars and drawing canvases may not be perfectly aligned in EX0&nbsp;EY0 modes.</li>
<li>Graphics can sometimes render poorly, with artefacts on corners.</li>
<li>The game windows can not be resized from their defaults.</li>
<li>The printing of games is not supported.</li>
</ul>

<p>Before reporting bugs or suggesting new features, it is a good idea to check <a href="https://github.com/steve-fryatt/puzzles/issues" class="external">the project&rsquo;s issues list on GitHub</a> (this will probably need <cite>Iris</cite> or a non-RISC&nbsp;OS browser to work correctly).</p>

<p>The intention is to address many of these items in future releases. The implementation of printing will depend on the level of interest shown in the RISC&nbsp;OS port.</p>

<h2 id="history">45. Version History</h2>


<p>This is a complete list of all the changes made to the publicly released versions of <cite>Puzzles</cite> on the RISC&nbsp;OS platform.</p>

<h3>45.1. Version 1.00 (24 October 2025)</h3>


<p>First RISC OS release, based on commit d928126c from the upstream repository.</p>

<h2 id="contact">Updates and Contacting Me</h2>


<p>If you have any comments about the RISC OS port of <cite>Puzzles</cite>, or would like to report any bugs that you find, you can email me at the address below. Please contact me in the first instance for issues encountered on RISC&nbsp;OS, so that it can be confirmed that they are not due to the front end.</p>

<p>Updates to the RISC OS port of <cite>Puzzles</cite> and more software for RISC&nbsp;OS computers can be found on my website at <a href="http://www.stevefryatt.org.uk/risc-os">http://www.stevefryatt.org.uk/risc-os</a>.</p>

<p>Stephen Fryatt<br>
 email: <a href="mailto:info@stevefryatt.org.uk">info@stevefryatt.org.uk</a></p>
</div></div>
<div id="foot"><div id="foot-liner">
</div></div>
</body>
</html>
