Site Ideas
10 Apr 06
Drax946 had an idea to add ECO information to the game page.
There are some limitations and some problems, but the first pass of this has been added to the game.user.js userscript.
Transpositions seem to be a problem, especially when en passant becomes a consideration. I'm just pattern matching the FEN so there are no "smarts" in the program at this point.
If anyone knows a site that makes openings and/or games available through a Web service, let me know.
Originally posted by ouroborosSorry, could you explain where we can look at this?
Drax946 had an idea to add ECO information to the game page.
There are some limitations and some problems, but the first pass of this has been added to the game.user.js userscript.
Transpositions seem to be a problem, especially when en passant becomes a consideration. I'm just pattern matching the FEN so there are no "smarts" in the program at this ...[text shortened]... e knows a site that makes openings and/or games available through a Web service, let me know.
Originally posted by ouroborosDoes it only show up on new games, as you play through the opening?
http://members.shaw.ca/ouroboros/RHP/game.user.js
Changed the implementation so that it ignores the 'en passant' but from the FEN. Hopefully this will make picking up transpositions better. Also, changed it a bit so that it doesn't hit my ISP's server so hard.
D
Originally posted by RagnorakYes. It won't show up on the analysis board as each time that you make a move, it hits my server to do the lookup. Doing that on the analysis board might be a little heavy on the server. I might change the implementation later to make it a little lookup intensive later.
Does it only show up on new games, as you play through the opening?
D
Originally posted by ouroborosNo worries, I was just wondering if there was a problem with mine.
Yes. It won't show up on the analysis board as each time that you make a move, it hits my server to do the lookup. Doing that on the analysis board might be a little heavy on the server. I might change the implementation later to make it a little lookup intensive later.
Cheers,
D
Originally posted by ouroborosWould it be possible to keep the ECO at the bottom of the screen throughout the game?
http://members.shaw.ca/ouroboros/RHP/game.user.js
Changed the implementation so that it ignores the 'en passant' but from the FEN. Hopefully this will make picking up transpositions better. Also, changed it a bit so that it doesn't hit my ISP's server so hard.