diff options
author | pacien | 2018-01-14 13:56:54 +0100 |
---|---|---|
committer | pacien | 2018-01-14 13:56:54 +0100 |
commit | c9c4f27367039c315c6137cbea1099df3716206f (patch) | |
tree | 60c9ca52a7411497b15e99af521e98a0030816a8 | |
parent | 6dacfafcff2bf4fa0ef3779f48360e93319b00ed (diff) | |
download | wallj-c9c4f27367039c315c6137cbea1099df3716206f.tar.gz |
Typo
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r-- | src/docs/user.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/docs/user.md b/src/docs/user.md index 96303ff..bb24c53 100644 --- a/src/docs/user.md +++ b/src/docs/user.md | |||
@@ -106,13 +106,15 @@ A world is defined as valid if its blocks fulfill the following criteria: | |||
106 | 106 | ||
107 | * The bounding box of the defined world must be made of bounding blocks. | 107 | * The bounding box of the defined world must be made of bounding blocks. |
108 | * The interior space formed by bounding blocks must be unique and simple. | 108 | * The interior space formed by bounding blocks must be unique and simple. |
109 | * Reachable blocks are either be adjacent or belong to the interior space. | 109 | * Reachable blocks are either adjacent or belong to the interior space. |
110 | * The world must contain at least one trash can and one garbage block. | 110 | * The world must contain at least one trash can and one garbage block. |
111 | 111 | ||
112 | Only valid worlds can be loaded into the game. | 112 | Only valid worlds can be loaded into the game. |
113 | 113 | ||
114 | The validity of a world may not guaranty the solvability of the puzzle. | 114 | The validity of a world may not guaranty the solvability of the puzzle. |
115 | 115 | ||
116 | \newpage | ||
117 | |||
116 | __Example of invalid world definition:__ | 118 | __Example of invalid world definition:__ |
117 | ``` | 119 | ``` |
118 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | 120 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW |