aboutsummaryrefslogtreecommitdiff
path: root/src/docs/user.md
diff options
context:
space:
mode:
authorpacien2018-01-14 18:13:22 +0100
committerpacien2018-01-14 18:13:22 +0100
commit1f161aae93903dc8747f5a16c4d86cfccea6698b (patch)
treea507242ddab761f78b02e0dabf9ad556f4a9333a /src/docs/user.md
parenta494bba689e1a95dd17287287c6394cb7a0cb7ef (diff)
downloadwallj-1f161aae93903dc8747f5a16c4d86cfccea6698b.tar.gz
Implement board validator
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/docs/user.md')
-rw-r--r--src/docs/user.md3
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---
2title: "BSc IN S5 / OOP with Java / Wall-J / User manual" 2title: "BSc IN S5 / OOP with Java / Wall-J / User manual"
3author: [Pacien TRAN-GIRARD, Adam NAILI] 3author: [Pacien TRAN-GIRARD, Adam NAILI]
4date: 2018-01-03 4date: 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
112Only valid worlds can be loaded into the game. 113Only valid worlds can be loaded into the game.
113 114