That is very clever! But I hate the way the pawns face. Makes sense! But it still reads, to me, like one of those "color, but the text is in a different color" things. Feels like the pawns should be facing the opposite direction. =/
I realized chess pieces can be redesigned to be geometric attack directions
41–50 of 269 posts
Re: I realized chess pieces can be redesigned to be geometric attack directions
#42Pawns are awkward though because movement doesn't align with attack
Re: I realized chess pieces can be redesigned to be geometric attack directions
#43https://i.imgur.com/mXd0L3P.png (also blue-vs-red, to give it a bit of color)
Non-colored version: https://i.imgur.com/A1Vofpz.png
Re: I realized chess pieces can be redesigned to be geometric attack directions
#44I suspect Josef Hartwig would like a word https://en.wikipedia.org/wiki/Josef_Hartwig#Chess_sets https://de.wikipedia.org/wiki/Bauhaus-Schachspiel
Those peaces remain unreasonably expensive on Amazon, btw.
Re: I realized chess pieces can be redesigned to be geometric attack directions
#45I still have a set which was sold as "Visual Chess", and you can still find it on eBay for example. The pieces were mostly like traditional design (but kind of "modernized" in 1960s style) but when viewed from the top (i.e. as you play), there was an indication of the allowed move. You can see some examples in the image link below. Even the pawns had a nice design which clearly indicated that movement of one square f…
https://www.reddit.com/r/mildlyinteresting/comments/c1ri78/t...
Not all of the moves were the clearest, but it was still handy while trying to learn.
Re: I realized chess pieces can be redesigned to be geometric attack directions
#46Re: I realized chess pieces can be redesigned to be geometric attack directions
#47Re: I realized chess pieces can be redesigned to be geometric attack directions
#48It would be fun to make up a physical version with lasers and a fog machine.
Re: I realized chess pieces can be redesigned to be geometric attack directions
#49Off topic, but does anyone know a browser extension that lets you block certain domains from the HN list? I've blocked twitter/x from my DNS, and don't want links to it cluttering the feed.
I'm not aware of one, but if you can insert custom css rules it should be simple with something like tbody tr.athing:has(.title .titleline a[href*="twitter.com"]), tbody tr.athing:has(.title .titleline a[href*="twitter.com"]) + tr, tbody tr.athing:has(.title .titleline a[href\*="twitter.com"]) + tr + tr { display: none; } This selects for any `tr` which has an anchor to a url with twitter.com somewhere in it (with so…
Re: I realized chess pieces can be redesigned to be geometric attack directions
#50Off topic, but does anyone know a browser extension that lets you block certain domains from the HN list? I've blocked twitter/x from my DNS, and don't want links to it cluttering the feed.