diff options
author | pacien | 2018-01-14 19:07:12 +0100 |
---|---|---|
committer | pacien | 2018-01-14 19:07:12 +0100 |
commit | c50045ae937aa9284d7051ec5d0fe74b79a3e626 (patch) | |
tree | 47862507adbd0333e9840fafc0a9b9c88e515152 /src/docs | |
parent | 1d07ffaa79712e22159ce4adb38a1c902915980e (diff) | |
download | wallj-c50045ae937aa9284d7051ec5d0fe74b79a3e626.tar.gz |
Make garbage blocks non-traversable
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/user.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/docs/user.md b/src/docs/user.md index 735daf5..cba47eb 100644 --- a/src/docs/user.md +++ b/src/docs/user.md | |||
@@ -69,8 +69,8 @@ Entity type Appearance Pushable by bomb Traversable by robot | |||
69 | ----------- ------------ ---------------- -------------------- | 69 | ----------- ------------ ---------------- -------------------- |
70 | Wall Black square No No | 70 | Wall Black square No No |
71 | Trash can Red square No No | 71 | Trash can Red square No No |
72 | Bomb Black disk No No | ||
72 | Free Empty No Yes | 73 | Free Empty No Yes |
73 | Bomb Black disk No Yes | ||
74 | Garbage Brown disk Yes Yes | 74 | Garbage Brown disk Yes Yes |
75 | Robot Blue disk / / | 75 | Robot Blue disk / / |
76 | 76 | ||
@@ -105,8 +105,8 @@ Wall W Yes No | |||
105 | A world is defined as valid if its blocks fulfill the following criteria: | 105 | 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 traversable blocks must be unique and simple. |
109 | * Reachable blocks are either adjacent or belong to the interior space. | 109 | * Reachable blocks are either adjacent or belonging 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 | * The world must have enough free tiles to contain all droppable bombs. | 111 | * The world must have enough free tiles to contain all droppable bombs. |
112 | 112 | ||
@@ -118,11 +118,11 @@ The validity of a world may not guaranty the solvability of the puzzle. | |||
118 | 118 | ||
119 | __Example of invalid world definition:__ | 119 | __Example of invalid world definition:__ |
120 | ``` | 120 | ``` |
121 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | 121 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW W |
122 | W W W | 122 | W W W WWW W |
123 | W W W T | 123 | W W W WTW W |
124 | WWWWWWWWWW W | 124 | WWWWWWWWWW W WWW W |
125 | W W W | 125 | W W W W |
126 | W W WWWWWWWWWWW | 126 | W W WWWWWWWWWWW |
127 | WWWWWWWWWW W | 127 | WWWWWWWWWW W |
128 | W W W | 128 | W W W |
@@ -137,7 +137,7 @@ W WWWWWWWWWWW | |||
137 | W WWWWWWWWWWW | 137 | W WWWWWWWWWWW |
138 | T WWWWWWWWWW WWWWWWWWWWW | 138 | T WWWWWWWWWW WWWWWWWWWWW |
139 | T WWWWWWWWWW GGGGGGGGGGGGG WWWWWWWWWWW | 139 | T WWWWWWWWWW GGGGGGGGGGGGG WWWWWWWWWWW |
140 | T WWWWWWWWWW GGGGGGGG G WWWWWWWWWWW | 140 | T WWWWWWWWWW GGGGGGGG WWWWWWWWWWW |
141 | T WWWWWWWWWW GGGGGGGGGGGGG W | 141 | T WWWWWWWWWW GGGGGGGGGGGGG W |
142 | W W W | 142 | W W W |
143 | W W W | 143 | W W W |