diff options
author | Adam NAILI | 2018-01-14 22:12:26 +0100 |
---|---|---|
committer | Adam NAILI | 2018-01-14 22:12:26 +0100 |
commit | 36d9bdb9ea9ae1447fd836735be93b4f96b28b0f (patch) | |
tree | eefb1e39539accc6fe0a4f2e72d81ce8275497bd /src/docs | |
parent | d1c6b2f6a9fe6af75f1668e25d96ec4380f69f76 (diff) | |
parent | e79dd7a94448467b1a5582a47b84cd3dc320f54d (diff) | |
download | wallj-36d9bdb9ea9ae1447fd836735be93b4f96b28b0f.tar.gz |
Merge branch 'master' of https://github.com/pacien/upem-java-wallj
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 |