Skip to content

Comment on Visualize move, protection and threat status in chess

Comments

Very cool idea? Do you have a demo or write up about how it works? also would like to know how one can use it.

It's not a very detailed explanation but the write-up is here: http://techn.ology.net/visualize-move-protection-and-threat-...

It's written as a server program in Perl, but it's relatively easy to install and run on your own computer:

git clone https://github.com/ology/Chess-Inspector.git
cd Chess-Inspector
perl Makefile.PL
make
sudo make install
perl bin/app.pl

Then open http://localhost:3000 in your web browser. Voila!

These instructions are incorrect. Please check out the repo README. (Basically relace all the "make stuff" with `sudo cpan .`)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.