TheRealCDay / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

Use scidb database backend #742

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Program scid has been redesigned as project scidb at 
http://scidb.sourceforge.net/ .  I requested that scidb provide a database 
service API: see http://sourceforge.net/p/scidb/feature-requests/35/ with the 
following explanation:

I'd like for Raptor to query scidb while playing, observing, or examining a 
FICS game and display:
 If playing a game, display opening codes and names
 If observing or examining a game, display opening and/or endgame statistics
 Currently, Raptor generates FEN strings and uses its own opening book to display opening codes and names. Raptor supports most FICS variants, it just doesn't have an opening book for nonstandard variants.

Additionally, I'd like for Raptor to save played, observed, and examined games 
to scidb. Currently, Raptor only exports games to PGN.

Original issue reported on code.google.com by DandyD...@gmail.com on 21 Dec 2013 at 5:51