diff --git a/content/index.css b/content/index.css index c4eb500..8b30bf8 100644 --- a/content/index.css +++ b/content/index.css @@ -47,6 +47,7 @@ p:last-child { margin-bottom: 0; } p { + margin-top: 0; line-height: 1.5; } diff --git a/content/zendo.md b/content/zendo.md index 45b133b..e89f36a 100644 --- a/content/zendo.md +++ b/content/zendo.md @@ -5,29 +5,12 @@ description: fleens? you're not fleens. permalink: /zendo/ --- {% css %} -/* hackery due to https://stackoverflow.com/questions/50412092/can-i-float-an-element-next-to-the-previous-element */ - -.sidenote-wide { - display: inherit; - float: right; - width: 40ch; - padding-left: 2ch; - margin-left: 2ch; - border-left: 0.1ch solid; - margin-bottom: 1.5ch; +img { + max-height: 400px; + padding: 1.5ch; + display: block; + margin: 0 auto; } - -.sidenote-wide p { - margin-top: 0; -} - -.sidenote-narrow { display: none; } - -@media screen and (max-width: 120ch) { - .sidebar-wide { display: none; } - .sidebar-narrow { display: inherit; } -} - {% endcss %} # {{ title }} @@ -36,18 +19,12 @@ permalink: /zendo/ [Zendo](https://boardgamegeek.com/boardgame/6830/zendo) is the logical thinking game of all time. i don't think there's anything that comes close. it was [invented or discovered](http://www.koryheath.com/zendo/design-history/) in 2001 by the late Kory Heath ([GNU](https://wiki.lspace.org/GNU_Terry_Pratchett)). -
+the game was originally played with [icehouse pyramids](https://looneypyramids.wiki/), but sometime around the start of 2020 i decided that i wanted a version that i could show to my coworkers, who i was only seeing thru video calls [for some reason](https://en.wikipedia.org/wiki/COVID-19_pandemic). but hey, y'know what every remote office solution has? -side note: if you enjoy the comic [xkcd](https://xkcd.com/) then you owe it to yourself to check out [Godel, Escher, Bach](https://en.wikipedia.org/wiki/G%C3%B6del%2C_Escher%2C_Bach), it's a clear spiritual predecessor. lots of good mathy humor in there. +that's right! flowcharts! -
+flowcharts! how could we possibly communicate if we didn't have some sort of digital equivalent of a whiteboard full of shapes and arrows, right? so with that in mind, I present to you: Graph Zendo! -a lot has already been written about Zendo on Kory's website and on BoardGameGeek, but to recap, the basic concept is this: you start with a bunch of building blocks. originally these were [icehouse pyramids](https://looneypyramids.wiki/), but you can use coins, lego, the greek alphabet, whatever, anything you can build stuff out of. the stuff you build is called "koans", a general term inspired by its use in the excellent book [Godel, Escher, Bach](https://en.wikipedia.org/wiki/G%C3%B6del%2C_Escher%2C_Bach) by Douglas Hofstadter. +## graph zendo rules summary -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. - -
- -side note: if you enjoy the comic [xkcd](https://xkcd.com/) then you owe it to yourself to check out [Godel, Escher, Bach](https://en.wikipedia.org/wiki/G%C3%B6del%2C_Escher%2C_Bach), it's a clear spiritual predecessor. lots of good mathy humor in there. - -
+TODO: finish this section diff --git a/static/a/thats-right-flowcharts.png b/static/a/thats-right-flowcharts.png new file mode 100644 index 0000000..b3f85e8 Binary files /dev/null and b/static/a/thats-right-flowcharts.png differ