print-all.rkt pulles EVERYTHING together. Which is good.
But at the moment, it just outputs a giant list of all the image resources. It should use functions like cards->pages to combine the rule and puzzle cards into sheets.
The thing that gets outputted from this file should be a list of images that are all 8.5x11 inches -- so that we can simply print them, cut them, and go. This will speed up the creation of prototypes.
print-all.rkt
pulles EVERYTHING together. Which is good.But at the moment, it just outputs a giant list of all the image resources. It should use functions like
cards->pages
to combine the rule and puzzle cards into sheets.The thing that gets outputted from this file should be a list of images that are all 8.5x11 inches -- so that we can simply print them, cut them, and go. This will speed up the creation of prototypes.