From 1f161aae93903dc8747f5a16c4d86cfccea6698b Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 14 Jan 2018 18:13:22 +0100 Subject: Implement board validator Signed-off-by: pacien --- src/docs/user.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/docs') 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 @@ --- title: "BSc IN S5 / OOP with Java / Wall-J / User manual" author: [Pacien TRAN-GIRARD, Adam NAILI] -date: 2018-01-03 +date: 2018-01-14 ... # Preamble @@ -108,6 +108,7 @@ A world is defined as valid if its blocks fulfill the following criteria: * The interior space formed by bounding blocks must be unique and simple. * Reachable blocks are either adjacent or belong to the interior space. * The world must contain at least one trash can and one garbage block. +* The world must have enough free tiles to contain all droppable bombs. Only valid worlds can be loaded into the game. -- cgit v1.2.3