Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"ship","giraffe","cannon"]
{% endmacro fairy_pieces -%}
+
+# -------------------- actual game spec --------------------
+
+# board
+
table_size = [300, 200]
table_colour = "#bbd"
+# board and standard pieces, in starting places
+
[[pieces]]
pos = [150,100]
type = "Lib"
count = 8
+# geometric shapes
+
[[pieces]]
pos = [20, 75]
type = "Disc"
size = [1,9]
count = 16
+
+# spare vanilla pieces
+
[[pieces]]
pos = [20, 125]
type = "LibList"
posd = [10, 0]
count = 4
+
+# exciting colours
+
[[pieces]]
pos = [210, 55]
type = "LibList"
items = ["K","Q","R","R","B","B","N","N"]
posd = [10, 0]
+
+# fairy pieces
+
[[pieces]]
pos = [205, 125]
type = "LibList"