diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-04 21:07:40 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-07-04 21:07:40 +0000 |
| commit | 74c4a6bf27f6343d15478eb671dd02800a07286e (patch) | |
| tree | f970d9747aa712c2b1e9772748202530cff0d457 | |
| parent | 4bc951cebcfd260a2dbe0312f2b3761ff710129e (diff) | |
| download | puzzles-74c4a6bf27f6343d15478eb671dd02800a07286e.zip puzzles-74c4a6bf27f6343d15478eb671dd02800a07286e.tar.gz puzzles-74c4a6bf27f6343d15478eb671dd02800a07286e.tar.bz2 puzzles-74c4a6bf27f6343d15478eb671dd02800a07286e.tar.xz | |
Clarify that diagonal moves are not permitted in Pegs.
[originally from svn r6057]
| -rw-r--r-- | puzzles.but | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puzzles.but b/puzzles.but index 029a9fa..4fc471c 100644 --- a/puzzles.but +++ b/puzzles.but @@ -1150,9 +1150,9 @@ default. \cfg{winhelp-topic}{games.pegs} A number of pegs are placed in holes on a board. You can remove a -peg by jumping an adjacent peg over it to a vacant hole on the other -side. Your aim is to remove all but one of the pegs initially -present. +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. This game, best known as \q{Peg Solitaire}, is possibly one of the oldest puzzle games still commonly known. |