From: Ian Jackson Date: Tue, 8 Jun 2021 12:19:38 +0000 (+0100) Subject: penultima: add some comments to help navigation X-Git-Tag: otter-0.7.0~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=645a98b4180b3795ee669906bd74cc9b0d4c5c06;p=otter.git penultima: add some comments to help navigation Signed-off-by: Ian Jackson --- diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index 5833ca1a..9f21d5e7 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -11,9 +11,16 @@ "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" @@ -54,6 +61,8 @@ posd = [10, 0] count = 8 +# geometric shapes + [[pieces]] pos = [20, 75] type = "Disc" @@ -94,6 +103,9 @@ posd = [5, 0] size = [1,9] count = 16 + +# spare vanilla pieces + [[pieces]] pos = [20, 125] type = "LibList" @@ -126,6 +138,9 @@ item = "chess-b-P" posd = [10, 0] count = 4 + +# exciting colours + [[pieces]] pos = [210, 55] type = "LibList" @@ -158,6 +173,9 @@ prefix = "chess-purple-" items = ["K","Q","R","R","B","B","N","N"] posd = [10, 0] + +# fairy pieces + [[pieces]] pos = [205, 125] type = "LibList"