Comment on Visualize move, protection and threat status in chessComments−hemapani11yVery cool idea? Do you have a demo or write up about how it works? also would like to know how one can use it.−_ologyOP11yIt'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.gitcd Chess-Inspectorperl Makefile.PLmakesudo make installperl bin/app.plThen open http://localhost:3000 in your web browser. Voila!−_ologyOP11yThese instructions are incorrect. Please check out the repo README. (Basically relace all the "make stuff" with `sudo cpan .`)
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:
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 .`)