chiark / gitweb /
wip yellow
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 26 Oct 2021 01:07:11 +0000 (02:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 26 Oct 2021 01:07:11 +0000 (02:07 +0100)
pumpkin-books.ps.pl

index 5d7af95b3b3655e925ba25a1225d4936eb8cb402..c34b76a7530630e0fd75321183de751c6eae9e82 100755 (executable)
@@ -465,6 +465,23 @@ END
   $o;
 }
 
+sub yellow_book () {
+  my $o = general_book($yellow, [qw(7 12 19)]);
+
+  $o .= <<END;
+END
+
+  $o .= exposition(<<END);
+Put a chip, no bigger than the yellow,
+placed in your pot before a pumpkin,
+back in your bag.
+
+END
+
+  $o;
+}
+  
 print <<END or die $!;
 %!
 
@@ -512,6 +529,12 @@ print <<END or die $!;
 
 END
 
+print tile(
+          yellow_book(),
+         ) or die $! if 1;
+
+print "showpage\n" or die $!;
+
 print tile(
           red_book(),
           green_book(),