mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Docs and comments fixes from James H.
[originally from svn r8866]
This commit is contained in:
@ -2843,10 +2843,7 @@ These parameters are available from the \q{Custom...} option on the
|
|||||||
|
|
||||||
\dt \e{Width}, \e{Height}
|
\dt \e{Width}, \e{Height}
|
||||||
|
|
||||||
\dd Size of grid in squares. There will be half \e{Width} \by \e{Height}
|
\dd Size of grid in squares.
|
||||||
dominoes in the grid: if this number is odd then one square will be blank.
|
|
||||||
|
|
||||||
(Grids with at least one odd dimension tend to be easier to solve.)
|
|
||||||
|
|
||||||
\dt \e{Force start/end to corners}
|
\dt \e{Force start/end to corners}
|
||||||
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* signpost.c: implementation of the janko game 'arrow path'
|
* signpost.c: implementation of the janko game 'arrow path'
|
||||||
*
|
|
||||||
* Remaining troublesome games:
|
|
||||||
*
|
|
||||||
* 4x4#438520052525454
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user