diff options
Diffstat (limited to 'src/docs/user.md')
-rw-r--r-- | src/docs/user.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/docs/user.md b/src/docs/user.md index bb24c53..735daf5 100644 --- a/src/docs/user.md +++ b/src/docs/user.md | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: "BSc IN S5 / OOP with Java / Wall-J / User manual" | 2 | title: "BSc IN S5 / OOP with Java / Wall-J / User manual" |
3 | author: [Pacien TRAN-GIRARD, Adam NAILI] | 3 | author: [Pacien TRAN-GIRARD, Adam NAILI] |
4 | date: 2018-01-03 | 4 | date: 2018-01-14 |
5 | ... | 5 | ... |
6 | 6 | ||
7 | # Preamble | 7 | # Preamble |
@@ -108,6 +108,7 @@ A world is defined as valid if its blocks fulfill the following criteria: | |||
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 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 | * The world must have enough free tiles to contain all droppable bombs. | ||
111 | 112 | ||
112 | Only valid worlds can be loaded into the game. | 113 | Only valid worlds can be loaded into the game. |
113 | 114 | ||