diff --git a/README.md b/README.md
index fea996874f488d1882361516b53b4adc4936fbe8..b7461a5f427d88a254b5aead06365774bd8b71f6 100644
--- a/README.md
+++ b/README.md
@@ -65,15 +65,10 @@ It is a correct sequence.
 
 Our code gave the sequence:
 ```
-8
-1 2 3 4 2 1 3 4
-```
-This solves the board, but there is a smaller sequence:
-```
 6
 1 2 1 3 4 2
 ```
-Proposed solution: give a **HUGE** bonus to a group that is the last group of that color
+It is a correc sequence.
 
 **--------------- NOT ANALYSED yet --------------**
 
diff --git a/customTests/14x14-1.txt b/customTests/14x14-1.txt
index 0aac78f0a329f41b712d3a88cd63a79246e00439..26b04c6ced2078ca129f78438824f960a7dd7c62 100644
--- a/customTests/14x14-1.txt
+++ b/customTests/14x14-1.txt
@@ -1,15 +1,15 @@
 14 14 9
-    0     0     1     2     2     3     4     4     1     1     5     3     5     3 
-    3     4     0     0     1     2     2     4     1     1     5     4     2     1 
-    0     0     0     2     4     0     2     3     5     0     1     5     1     5 
-    1     3     3     3     4     4     0     0     4     0     0     0     5     2 
-    3     0     4     0     2     4     2     4     3     3     4     4     2     2 
-    3     5     2     2     5     1     5     2     5     3     0     1     2     0 
-    1     4     3     3     5     1     4     1     2     2     0     2     5     1 
-    5     2     1     0     4     0     2     5     1     2     2     5     3     4 
-    1     3     2     1     3     0     5     0     0     2     3     4     5     0 
-    0     4     2     0     1     4     4     4     0     1     3     1     1     2 
-    0     0     3     2     5     5     4     3     3     5     3     4     5     0 
-    0     1     1     5     4     0     1     5     4     4     3     0     1     3 
-    4     3     5     5     4     2     2     5     2     1     5     1     5     5 
-    3     1     2     2     2     1     1     1     5     1     1     3     2     1 
+    1     1     2     3     3     4     5     6     2     2     6     4     6     4 
+    4     5     1     1     2     3     3     5     2     2     6     5     3     2 
+    1     1     1     3     5     1     3     4     6     1     2     6     2     6 
+    2     4     4     4     5     5     1     1     5     1     1     1     6     3 
+    4     1     5     1     3     5     3     5     4     4     5     5     3     3 
+    4     6     3     3     6     2     6     3     6     4     1     2     3     1 
+    2     5     4     4     6     2     5     2     3     3     1     3     6     2 
+    6     3     2     1     5     1     3     6     2     3     3     6     4     5 
+    2     4     3     2     4     1     6     1     1     3     4     5     6     1 
+    1     5     3     1     2     5     5     5     1     2     4     2     2     3 
+    1     1     4     3     6     6     5     4     4     6     4     5     6     1 
+    1     2     2     6     5     1     2     6     5     5     4     1     2     4 
+    5     4     6     6     5     3     3     6     3     2     6     2     6     6 
+    4     2     3     3     3     2     2     2     6     2     2     4     3     2 
diff --git a/tests/floodit_h1 b/tests/floodit_h1
new file mode 100755
index 0000000000000000000000000000000000000000..1bf1bb07d92475f1b8cdb825d5eca2382ee1a529
Binary files /dev/null and b/tests/floodit_h1 differ
diff --git a/tests/floodit_h2 b/tests/floodit_h2
new file mode 100755
index 0000000000000000000000000000000000000000..8b18fcdbf8d7c9d330d4a627f4f2558d52eca984
Binary files /dev/null and b/tests/floodit_h2 differ