diff --git a/templates.json b/templates.json index 3f73309..3001e59 100644 --- a/templates.json +++ b/templates.json @@ -97,5 +97,16 @@ [0, 3, 3, 3, 3, 0], [0, 0, 4, 4, 0, 0] ] + }, + { + "name": "two corners", + "data": [ + [4, 3, 2, 1, 0, 0], + [3, 2, 1, 0, 0, 0], + [2, 1, 0, 0, 0, 1], + [1, 0, 0, 0, 1, 2], + [0, 0, 0, 1, 2, 3], + [0, 0, 1, 2, 3, 4] + ] } ]