zedges
All checks were successful
/ build (push) Successful in 49s

This commit is contained in:
Nycki 2026-06-19 19:21:19 -07:00
parent 974403c552
commit cf1b624f42
4 changed files with 2375 additions and 1 deletions

View file

@ -0,0 +1,36 @@
---
date: 2026-06-19
title: zedges
subtitle: yummuy paper toyes
preview_image: /blog/32-zedges/zedges.jpg
tags:
- board games
- zendo
- 2d printing
- icehouse
permalink: /blog/32-zedges/
---
i [previously](/blog/2024-11-22-01-origami-pyramids/) made some paper pyramids, which you can get [here](/pyramids/) if you're so inclined. these are used for playing [Zendo](/zendo/) and [Homeworlds](https://boardgamegeek.com/boardgame/14634/homeworlds) and [a hundred other board games](https://looneypyramids.wiki). but I was always a little frustrated with how long it took to make a set of the pyramids. either you keep the cutting simple, but you have to do like five minutes of origami for every single piece, or else you keep the folding simple but you need to run a cutting machine to get all the corners correct. i'm happy to say i have a new revision which is easy to cut *and* easy to fold, and all it costs is... that they're not actually pyramids anymore. introducing zedges!
![a pile of hollow "wedge" shapes made of red, yellow, green, and blue cardstock](zedges.jpg)
icehouse fans may have guessed that this is a reference to the "wedge" piece from [Zendo 2.0](https://www.looneylabs.com/games/zendo), a clever little modification from Looney Labs that replaces the 1, 2, 3 size variations with brick, pyramid, and wedge shape variations. except that this set is oops! all wedges. but that's fine because honestly I think the wedge is the best piece from Zendo 2.0. it doesn't form nice orderly spires like pyramids do, but in exchange for that you get two angled sides and two flat sides, which makes for some very interesting stacking opportunities. and of course everyone's favorite Zendo 2.0 rule, "is that wedge placed like a doorstop or like a cheesecake?"
ive designed these to be quick to disassemble and reassemble. hopefully the fact that they can be packed flat will make up for the light weight. if you want them to be heavier, you can tape a washer or a penny to the inside of each one, but this does tend to bias them towards laying on that particular side.
these are fairly self-explanatory to assemble so I'll just leave you with the source file if you want to make them yourself. if you open this in [inkscape](https://inkscape.org/) you should have access to all the layers.
you will also need:
- a printer
- cover-weight cardstock (250 to 300 GSM)
- a pair of scissors
- for best results: a bone folder
cut along all the solid lines and don't forget to cut the three notches in each long side, those will make it much easier to line up the folds later.
license terms are "don't claim you invented this, don't sell access to this file, have fun."
<a href="zedges-v1.svg">
<img src="zedges-v1.svg" style="height:200px;background:#808080">
<p>zedges-v1.svg</p>
</a>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

View file

@ -24,6 +24,7 @@ export default function(eleventyConfig) {
});
eleventyConfig.addPassthroughCopy("content/**/*.png");
eleventyConfig.addPassthroughCopy("content/**/*.svg");
eleventyConfig.addPassthroughCopy("content/**/*.jpg");
eleventyConfig.addPassthroughCopy("content/**/*.webp");
eleventyConfig.addPassthroughCopy('content/**/*.css');
@ -117,7 +118,7 @@ export default function(eleventyConfig) {
while (true) {
chunk += elem.outerHTML;
elem = document.evaluate(
"following-sibling::*[1]",
"following-sibling::*[1]",
elem,
function() {},
dom.window.XPathResult.FIRST_ORDERED_NODE_TYPE